1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-29 07:12:12 +02:00

Compare commits

...

1 Commits

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

View File

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