1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-13 14:14:23 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
8ba74de514 use sysvinit 2023-08-02 10:08:52 +02:00

View File

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