mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-13 21:32:47 +01:00
fix partition problem
This commit is contained in:
parent
d8f478b895
commit
02e083d995
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
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 32
|
||||||
# read only roofs
|
# 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
|
# 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
|
part /var/etc --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/var/etc --ondisk mmcblk0 --fstype=ext4 --label diya --align 1024 --size 32
|
||||||
# home partition
|
# home partition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user