[molecules] disable MediaCenter boot option, it doesn't work, see previous commit
This commit is contained in:
@@ -63,15 +63,6 @@ menuentry "Start Sabayon __VERSION__ __FLAVOUR__" {
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Start Sabayon __VERSION__ Media Center" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
echo "Keyboard: ${bootkeymap}"
|
||||
echo "Please wait..."
|
||||
linux /boot/sabayon aufs cdroot splash quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Start Sabayon __VERSION__ SteamBox" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
@@ -90,7 +81,7 @@ menuentry "Installation" {
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Installation (Media Center)" {
|
||||
menuentry "Media Center Installation" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
echo "Keyboard: ${bootkeymap}"
|
||||
@@ -99,7 +90,7 @@ menuentry "Installation (Media Center)" {
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Installation (SteamBox)" {
|
||||
menuentry "SteamBox Installation" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
echo "Keyboard: ${bootkeymap}"
|
||||
|
||||
@@ -5,11 +5,6 @@ label sabayon
|
||||
kernel /boot/sabayon
|
||||
append initrd=/boot/sabayon.igz aufs cdroot splash vga=791 quiet --
|
||||
|
||||
label sabayonmce
|
||||
menu label ^Start Sabayon Media Center
|
||||
kernel /boot/sabayon
|
||||
append initrd=/boot/sabayon.igz aufs cdroot splash vga=791 quiet sabayonmce --
|
||||
|
||||
label steambox
|
||||
menu label ^Start Sabayon SteamBox
|
||||
kernel /boot/sabayon
|
||||
|
||||
Reference in New Issue
Block a user