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:
Alex Gonzalez 2014-04-28 16:03:23 +02:00
parent 7477b7d446
commit 6c96b14f99
1 changed files with 7 additions and 0 deletions

View File

@ -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
}