sysvinit: generalize using platform family

https://jira.digi.com/browse/DEL-1105

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-07-16 12:26:55 +02:00
parent 40c4b02ebd
commit b4a589e196
1 changed files with 1 additions and 8 deletions

View File

@ -6,14 +6,7 @@ do_install_append() {
update-rc.d -f -r ${D} bootlogd remove
}
do_install_append_ccimx6adpt() {
cat >> ${D}${sysconfdir}/default/rcS <<-EOF
# Resize EXT4 filesystems to the size of the partition on boot
RESIZE_EXT4FS=yes
EOF
}
do_install_append_ccimx6sbc() {
do_install_append_ccimx6() {
cat >> ${D}${sysconfdir}/default/rcS <<-EOF
# Resize EXT4 filesystems to the size of the partition on boot
RESIZE_EXT4FS=yes