Added option to boot into junior mode

This commit is contained in:
Fabio Belavenuto
2022-07-19 13:53:03 -03:00
parent 75c637a6e4
commit 0e16f96fad
2 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,13 @@ if [ -s /zImage -a -s /rd.gz ]; then
initrd /initrd-arpl
echo "Booting..."
}
menuentry 'Boot DSM into junior' --id junior {
echo "Loading kernel..."
linux /bzImage-arpl console=ttyS0,115200n8 quiet force_junior
echo "Loading initramfs..."
initrd /initrd-arpl
echo "Booting..."
}
else
set timeout="1"
fi