Cosmetics

Update module sets DIRTY flag
This commit is contained in:
Fabio Belavenuto
2022-07-21 11:21:24 -03:00
parent 7b2a7b210a
commit 8f7318f90f
16 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ terminal_input console
terminal_output console
set default="0"
set timeout="3"
set timeout="5"
set timeout_style="menu"
insmod loadenv
@@ -60,7 +60,7 @@ if [ -s /zImage -a -s /rd.gz ]; then
initrd /initrd-arpl
echo "Booting..."
}
menuentry 'Boot DSM into junior' --id junior {
menuentry 'Force re-install DSM' --id junior {
echo "Loading kernel..."
linux /bzImage-arpl console=ttyS0,115200n8 quiet force_junior
echo "Loading initramfs..."