From 02e083d995b5456077ef4cd2d1f466e193b956c7 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 10 Jul 2023 11:18:35 +0200 Subject: [PATCH] fix partition problem --- 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 93769ee..bc78eed 100644 --- a/wic/rpi.wks.in +++ b/wic/rpi.wks.in @@ -4,7 +4,7 @@ part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 32 # read only roofs -part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 150 --exclude-path=home/ --exclude-path=var/etc +part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 150 # modifiable configurations stored in /var/etc part /var/etc --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/var/etc --ondisk mmcblk0 --fstype=ext4 --label diya --align 1024 --size 32 # home partition