diff options
-rw-r--r-- | wic/sdimage-raspberrypi.wks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wic/sdimage-raspberrypi.wks b/wic/sdimage-raspberrypi.wks index 353daac..01fbaea 100644 --- a/wic/sdimage-raspberrypi.wks +++ b/wic/sdimage-raspberrypi.wks | |||
@@ -2,5 +2,5 @@ | |||
2 | # long-description: Creates a partitioned SD card image for use with | 2 | # long-description: Creates a partitioned SD card image for use with |
3 | # Raspberry Pi. Boot files are located in the first vfat partition. | 3 | # Raspberry Pi. Boot files are located in the first vfat partition. |
4 | 4 | ||
5 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4096 --size 20 | 5 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 20 |
6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 | 6 | part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 |