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:
parent
40c4b02ebd
commit
b4a589e196
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue