1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-04-05 00:06:44 +02:00
meta-rpi-diya/recipes-core/base-files/base-files_%.bbappend
2025-03-27 20:24:19 +01:00

8 lines
118 B
Plaintext

hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
export DISK="mmcblk0"
EOF
}