blob: b8172c0cb4acb6e1675da834672398a12a7c1b9b (
plain)
1
2
3
4
5
6
7
8
|
PR .= ".3"
do_install_append () {
cat <<-EOF >> ${D}${sysconfdir}/init.d/populate-volatile.sh
touch /var/log/lastlog
test ! -x /sbin/restorecon || /sbin/restorecon -RF /var/volatile/ /run
EOF
}
|