summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/image/canned-wks/sdimage-raspberrypi.wks6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/image/canned-wks/sdimage-raspberrypi.wks b/scripts/lib/image/canned-wks/sdimage-raspberrypi.wks
deleted file mode 100644
index 353daac..0000000
--- a/scripts/lib/image/canned-wks/sdimage-raspberrypi.wks
+++ /dev/null
@@ -1,6 +0,0 @@
1# short-description: Create Raspberry Pi SD card image
2# long-description: Creates a partitioned SD card image for use with
3# Raspberry Pi. Boot files are located in the first vfat partition.
4
5part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20
6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096