meta-digi-dey: sysvinit: ccimx6sbc: Resize rootfs on boot.
This is the same as for the ccimx6adpt. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
7477b7d446
commit
6c96b14f99
|
|
@ -18,3 +18,10 @@ do_install_append_ccimx6adpt() {
|
|||
RESIZE_EXT4FS=yes
|
||||
EOF
|
||||
}
|
||||
|
||||
do_install_append_ccimx6sbc() {
|
||||
cat >> ${D}${sysconfdir}/default/rcS <<-EOF
|
||||
# Resize EXT4 filesystems to the size of the partition on boot
|
||||
RESIZE_EXT4FS=yes
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue