From 2f9c00e2b6621d610242b1549ba07de0afe1b2db Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 31 Jul 2023 20:13:27 +0200 Subject: [PATCH] include initramfs image to boot partition --- wic/rpi.wks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wic/rpi.wks.in b/wic/rpi.wks.in index 598677d..924df0b 100644 --- a/wic/rpi.wks.in +++ b/wic/rpi.wks.in @@ -2,7 +2,7 @@ # long-description: Creates a partitioned SD card image for use with # Raspberry Pi. Boot files are located in the first vfat partition. -part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 32 +part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 100 # read only roofs part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 150 --exclude-path home/ var/etc/ # modifiable configurations stored in /var/etc