mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-14 16:32:05 +08:00
Added option to boot into junior mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user