1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-02 09:51:11 +02:00
parent a11dda3253
commit 7978bdd326
8 changed files with 24 additions and 8 deletions

View File

@ -12,4 +12,8 @@ if [ ! -e "$XDG_RUNTIME_DIR" ]; then
fi
export TERM=xterm-256color
EOF
cat << EOF >> "${D}${sysconfdir}/profile"
export MACHINE=$MACHINE
EOF
}