Change Ubuntu Sway to Ubuntu Sway Remix

This commit is contained in:
Aleksey Samoilov 2022-04-11 13:01:54 +04:00
parent db5a1a1468
commit 5fb10383f4
2 changed files with 4 additions and 4 deletions

View file

@ -37,12 +37,12 @@ set timeout=10
set timeout_style=menu
menuentry "Start Ubuntu Sway" --class ubuntudde {
menuentry "Start Ubuntu Sway Remix" --class ubuntudde {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Start Ubuntu Sway (Safe Graphics)" --class recovery {
menuentry "Start Ubuntu Sway Remix (Safe Graphics)" --class recovery {
set gfxpayload=keep
linux /casper/vmlinuz boot=casper nomodeset quiet splash ---
initrd /casper/initrd.lz

View file

@ -5,7 +5,7 @@ MENU AUTOBOOT Booting ubuntu sway live disk in # seconds
timeout 50
label live-@FLAVOUR@
menu label ^Start Ubuntu Sway
menu label ^Start Ubuntu Sway Remix
menu default
linux /casper/vmlinuz
initrd /casper/initrd.lz
@ -14,7 +14,7 @@ label live-@FLAVOUR@
MENU SEPARATOR
label live-failsafe
menu label Start Ubuntu Sway (Safe Graphics)
menu label Start Ubuntu Sway Remix (Safe Graphics)
set gfxpayload=keep
linux /casper/vmlinuz
initrd /casper/initrd.lz