[remaster] removing Steam and MCE installation modes (not supported for now)
This commit is contained in:
@@ -72,24 +72,6 @@ menuentry "Installation" {
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Media Center Installation" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
echo "Keyboard: ${bootkeymap}"
|
||||
echo "Please wait..."
|
||||
linux /boot/sabayon overlayfs cdroot splash quiet vconsole.keymap=${bootkeymap} installer-gui mceinstall locale=${bootlang} ${modeset_opt} ${acpi_opt} --
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
menuentry "Steam Big Picture Installation" {
|
||||
set gfxpayload=keep
|
||||
echo "Language: ${bootlang}"
|
||||
echo "Keyboard: ${bootkeymap}"
|
||||
echo "Please wait..."
|
||||
linux /boot/sabayon overlayfs cdroot splash quiet steaminstall vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
|
||||
initrd /boot/sabayon.igz
|
||||
}
|
||||
|
||||
submenu "Advanced Options" {
|
||||
|
||||
menuentry "Console mode" {
|
||||
|
||||
@@ -9,14 +9,6 @@ label install
|
||||
menu label ^Installation
|
||||
kernel /boot/sabayon
|
||||
append initrd=/boot/sabayon.igz overlayfs cdroot splash vga=791 quiet installer-gui --
|
||||
label mceinstall
|
||||
menu label ^Installation (Media Center)
|
||||
kernel /boot/sabayon
|
||||
append initrd=/boot/sabayon.igz overlayfs cdroot splash vga=791 quiet installer-gui mceinstall --
|
||||
label steaminstall
|
||||
menu label ^Installation (Steam Big Picture)
|
||||
kernel /boot/sabayon
|
||||
append initrd=/boot/sabayon.igz overlayfs cdroot splash vga=791 quiet installer-gui steaminstall --
|
||||
|
||||
label genuine
|
||||
menu label Safe ^Mode
|
||||
|
||||
Reference in New Issue
Block a user