1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-01 23:15:40 +02:00
parent ac4af715b3
commit ca78790be1
3 changed files with 11 additions and 12 deletions

View File

@ -29,8 +29,4 @@ IMAGE_PREPROCESS_COMMAND += "image_patch;"
image_patch () {
# delete unused image
rm -rf ${IMAGE_ROOTFS}/boot/*
# setup hostname
cat << 'EOF' >> "${IMAGE_ROOTFS}/etc/hostname"
diyaid
EOF
}