Skip to content

Commit

Permalink
Update debinstmenu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Jul 18, 2024
1 parent 227417d commit b508f9e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions boot/grubfm/distro/debinstmenu.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
menuentry --hotkey=g 'Graphical install' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 --- quiet
linux (loop)/install.amd/vmlinuz --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=i 'Install' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 --- quiet
linux (loop)/install.amd/vmlinuz --- quiet
initrd (loop)/install.amd/initrd.gz
}
submenu --hotkey=a 'Advanced options ...' {
Expand All @@ -15,32 +15,32 @@ submenu --hotkey=a 'Advanced options ...' {
set gfxpayload=keep
menuentry '... Graphical expert install' {
set background_color=black
linux (loop)/install.amd/vmlinuz priority=low vga=788 ---
linux (loop)/install.amd/vmlinuz priority=low ---
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry '... Graphical rescue mode' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 rescue/enable=true --- quiet
linux (loop)/install.amd/vmlinuz rescue/enable=true --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry '... Graphical automated install' {
set background_color=black
linux (loop)/install.amd/vmlinuz auto=true priority=critical vga=788 --- quiet
linux (loop)/install.amd/vmlinuz auto=true priority=critical --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=x '... Expert install' {
set background_color=black
linux (loop)/install.amd/vmlinuz priority=low vga=788 ---
linux (loop)/install.amd/vmlinuz priority=low ---
initrd (loop)/install.amd/initrd.gz
}
menuentry --hotkey=r '... Rescue mode' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 rescue/enable=true --- quiet
linux (loop)/install.amd/vmlinuz rescue/enable=true --- quiet
initrd (loop)/install.amd/initrd.gz
}
menuentry --hotkey=a '... Automated install' {
set background_color=black
linux (loop)/install.amd/vmlinuz auto=true priority=critical vga=788 --- quiet
linux (loop)/install.amd/vmlinuz auto=true priority=critical --- quiet
initrd (loop)/install.amd/initrd.gz
}
submenu --hotkey=s '... Speech-enabled advanced options ...' {
Expand All @@ -50,17 +50,17 @@ submenu --hotkey=a 'Advanced options ...' {
set gfxpayload=keep
menuentry --hotkey=x '... Expert speech install' {
set background_color=black
linux (loop)/install.amd/vmlinuz priority=low vga=788 speakup.synth=soft ---
linux (loop)/install.amd/vmlinuz priority=low speakup.synth=soft ---
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=r '... Rescue speech mode' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 rescue/enable=true speakup.synth=soft --- quiet
linux (loop)/install.amd/vmlinuz rescue/enable=true speakup.synth=soft --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=a '... Automated speech install' {
set background_color=black
linux (loop)/install.amd/vmlinuz auto=true priority=critical vga=788 speakup.synth=soft --- quiet
linux (loop)/install.amd/vmlinuz auto=true priority=critical speakup.synth=soft --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
}
Expand All @@ -75,12 +75,12 @@ submenu --hotkey=d 'Accessible dark contrast installer menu ...' {
set gfxpayload=keep
menuentry --hotkey=g '... Graphical install' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 theme=dark --- quiet
linux (loop)/install.amd/vmlinuz theme=dark --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=i '... Install' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 theme=dark --- quiet
linux (loop)/install.amd/vmlinuz theme=dark --- quiet
initrd (loop)/install.amd/initrd.gz
}
submenu --hotkey=a '... Advanced options ...' {
Expand All @@ -93,38 +93,38 @@ submenu --hotkey=d 'Accessible dark contrast installer menu ...' {
set gfxpayload=keep
menuentry '... Graphical expert install' {
set background_color=black
linux (loop)/install.amd/vmlinuz priority=low vga=788 theme=dark ---
linux (loop)/install.amd/vmlinuz priority=low theme=dark ---
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry '... Graphical rescue mode' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 rescue/enable=true theme=dark --- quiet
linux (loop)/install.amd/vmlinuz rescue/enable=true theme=dark --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry '... Graphical automated install' {
set background_color=black
linux (loop)/install.amd/vmlinuz auto=true priority=critical vga=788 theme=dark --- quiet
linux (loop)/install.amd/vmlinuz auto=true priority=critical theme=dark --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}
menuentry --hotkey=x '... Expert install' {
set background_color=black
linux (loop)/install.amd/vmlinuz priority=low vga=788 theme=dark ---
linux (loop)/install.amd/vmlinuz priority=low theme=dark ---
initrd (loop)/install.amd/initrd.gz
}
menuentry --hotkey=r '... Rescue mode' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 rescue/enable=true theme=dark --- quiet
linux (loop)/install.amd/vmlinuz rescue/enable=true theme=dark --- quiet
initrd (loop)/install.amd/initrd.gz
}
menuentry --hotkey=a '... Automated install' {
set background_color=black
linux (loop)/install.amd/vmlinuz auto=true priority=critical vga=788 theme=dark --- quiet
linux (loop)/install.amd/vmlinuz auto=true priority=critical theme=dark --- quiet
initrd (loop)/install.amd/initrd.gz
}
}
}
menuentry --hotkey=s 'Install with speech synthesis' {
set background_color=black
linux (loop)/install.amd/vmlinuz vga=788 speakup.synth=soft --- quiet
linux (loop)/install.amd/vmlinuz speakup.synth=soft --- quiet
initrd (loop)/install.amd/gtk/initrd.gz
}

0 comments on commit b508f9e

Please sign in to comment.