1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-01 15:09:47 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-02 09:51:33 +02:00
parent 7978bdd326
commit 7f5e6e7c32

View File

@ -0,0 +1,15 @@
#! /bin/sh
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "$0 shall be run as root"
exit 1
fi
. /etc/profile
# prepare env for recovery boot
cat << EOF > /boot/extraconfig.txt
initramfs recovery-${MACHINE}.cpio.gz followkernel
EOF
echo "Rebooting to recovery mode"
reboot