1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-06-29 14:09:48 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-02 10:08:52 +02:00
parent aad6fb62b4
commit 8ba74de514

View File

@ -14,6 +14,6 @@ export TERM=xterm-256color
EOF
cat << EOF >> "${D}${sysconfdir}/profile"
export MACHINE=$MACHINE
export MACHINE=${MACHINE}
EOF
}