base-files: add sysctl.conf to the list of config files
So it's not overwritten by package managers by default. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2b5017956b
commit
d3baa9b2b1
|
|
@ -16,3 +16,5 @@ do_install_append_ccimx6() {
|
|||
install -d ${D}${sysconfdir}/${IMAGE_PKGTYPE}-postinsts
|
||||
install -m 0755 ${WORKDIR}/resize-ext4fs.sh ${D}${sysconfdir}/${IMAGE_PKGTYPE}-postinsts/
|
||||
}
|
||||
|
||||
CONFFILES_${PN} += "${sysconfdir}/sysctl.conf"
|
||||
|
|
|
|||
Loading…
Reference in New Issue