[remaster] migrate all the intel images to uvesafb

This commit is contained in:
Fabio Erculiani
2013-05-07 23:25:08 +02:00
parent 5a4f3d5a72
commit 8a8d5129a7
14 changed files with 74 additions and 98 deletions

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ SpinBase" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet installer-text vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet installer-text vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -79,7 +79,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 checkdisc vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 checkdisc vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}

View File

@@ -3,27 +3,27 @@ default console
label console
menu label Start Sabayon __VERSION__ SpinBase
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console-safe
menu label Start with no splash
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label text-install
menu label ^Installation
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-text gentoo=nox nox --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-text gentoo=nox nox --
label genuine
menu label Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label debug
menu label Deb^ug mode

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ HardenedServer" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -80,7 +80,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -89,7 +89,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}

View File

@@ -3,37 +3,37 @@ default console
label sabayon
menu label Start Sabayon __VERSION__ HardenedServer
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label install
menu label ^Installation
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
label genuine
menu label Start in Safe ^Mode
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label console
menu label ^Console mode
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console-safe
menu label ^Console mode (no splash)
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label debug
menu label Deb^ug mode
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs __KMS__ console=tty1 debug --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs video=uvesafb:1024x768-16,ywrap,mtrr:3 console=tty1 debug --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append root=/dev/ram0 initrd=/boot/sabayon.igz cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label memtest
menu label Memory ^test

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ x86_64 __FLAVOUR__" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon64.igz
}
@@ -68,7 +68,7 @@ menuentry "Start Sabayon __VERSION__ i686 __FLAVOUR__" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon32.igz
}
@@ -77,7 +77,7 @@ menuentry "Start Sabayon __VERSION__ x86_64 Media Center" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon64.igz
}
@@ -86,7 +86,7 @@ menuentry "Start Sabayon __VERSION__ i686 Media Center" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon32.igz
}
@@ -95,7 +95,7 @@ menuentry "Installation (x86_64)" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon64.igz
}
@@ -104,7 +104,7 @@ menuentry "Installation (i686)" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon32.igz
}
@@ -116,7 +116,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=off __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=off video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon64.igz
}
@@ -125,7 +125,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=off __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=off video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon32.igz
}
@@ -134,7 +134,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon64 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon64.igz
}
@@ -143,7 +143,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon32 aufs cdroot ${init_opt} looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon32.igz
}

View File

@@ -3,67 +3,67 @@ default sabayon
label sabayon
menu label ^Start Sabayon __VERSION__ x86_64 __FLAVOUR__
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label sabayon32
menu label ^Start Sabayon __VERSION__ i686 __FLAVOUR__
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label sabayonmce
menu label ^Start Sabayon __VERSION__ x86_64 __FLAVOUR__ Media Center
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
label sabayonmce32
menu label ^Start Sabayon __VERSION__ i686 __FLAVOUR__ Media Center
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
label install
menu label Graphical ^Installation x86_64
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
label install32
menu label Graphical ^Installation i686
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
label genuine
menu label Safe ^Mode x86_64
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label genuine32
menu label Safe ^Mode i686
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label console
menu label ^Console mode x86_64
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console32
menu label ^Console mode i686
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console-safe
menu label ^Console mode x86_64 (no splash)
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console32-safe
menu label ^Console mode i686 (no splash)
kernel /boot/sabayon32
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon32.igz aufs cdroot looptype=squashfs loop=/livecd32.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon64
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append initrd=/boot/sabayon64.igz aufs cdroot looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label memtest
menu label Memory ^test

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ __FLAVOUR__" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -80,7 +80,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -89,7 +89,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}

View File

@@ -3,32 +3,32 @@ default sabayon
label sabayon
menu label ^Start Sabayon __VERSION__ __FLAVOUR__
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label install
menu label ^Installation
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
label genuine
menu label Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label console
menu label ^Console mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console-safe
menu label ^Console mode (no splash)
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label debug
menu label Deb^ug mode

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ ServerBase" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-text locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-text locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -79,7 +79,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}

View File

@@ -3,27 +3,27 @@ default console
label console
menu label Start Sabayon __VERSION__ ServerBase
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label console-safe
menu label Start with no splash
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label text-install
menu label ^Installation
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-text --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-text --
label genuine
menu label Start in Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label debug
menu label Deb^ug mode

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ __FLAVOUR__" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Start Sabayon __VERSION__ Media Center" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} sabayonmce locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -77,7 +77,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -86,7 +86,7 @@ menuentry "Installation (Media Center)" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui mceinstall locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} installer-gui mceinstall locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -97,7 +97,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} gentoo=nox nox locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -106,7 +106,7 @@ submenu "Advanced Options" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon aufs cdroot ${init_opt} looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:ywrap,mtrr:3 console=tty1 quiet vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}

View File

@@ -3,41 +3,41 @@ default sabayon
label sabayon
menu label ^Start Sabayon __VERSION__ __FLAVOUR__
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet --
label sabayonmce
menu label ^Start Sabayon Media Center
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet sabayonmce --
label install
menu label ^Installation
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui --
label mceinstall
menu label ^Installation (Media Center)
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui mceinstall --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=silent,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 console=tty1 quiet installer-gui mceinstall --
label genuine
menu label Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=788 gfxpayload=800x600x16 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
label console
menu label ^Console mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label console-safe
menu label ^Console mode (no splash)
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off __KMS__ vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=off video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 gfxpayload=1024x768x16 gentoo=nox nox console=tty1 quiet --
label checkdisk
menu label ^Check disc for defects
kernel /boot/sabayon
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet checkdisc --
append initrd=/boot/sabayon.igz aufs cdroot looptype=squashfs loop=/livecd.squashfs splash=verbose,theme:sabayon video=uvesafb:1024x768-16,ywrap,mtrr:3 vga=791 console=tty1 quiet checkdisc --
label debug
menu label Deb^ug mode

View File

@@ -48,18 +48,6 @@ sed -i "s/__FLAVOUR__/${remaster_type}/g" "${isolinux_destination}" || exit 1
sed -i "s/__VERSION__/${ver}/g" "${grub_destination}" || exit 1
sed -i "s/__FLAVOUR__/${remaster_type}/g" "${grub_destination}" || exit 1
kms_string=""
# should KMS be enabled?
if [ -f "${CHROOT_DIR}/.enable_kms" ]; then
rm "${CHROOT_DIR}/.enable_kms"
kms_string="radeon.modeset=1"
else
# enable vesafb-tng then
kms_string="video=vesafb:ywrap,mtrr:3"
fi
sed -i "s/__KMS__/${kms_string}/g" "${isolinux_destination}" || exit 1
sed -i "s/__KMS__/${kms_string}/g" "${grub_destination}" || exit 1
# setup squashfs loop files
mv "${CDROOT_DIR}/livecd.squashfs" "${CDROOT_DIR}/livecd${current_arch}.squashfs" || exit 1
# mount other iso image and steal livecd.squashfs

View File

@@ -48,18 +48,6 @@ sed -i "s/__FLAVOUR__/${remaster_type}/g" "${isolinux_destination}" || exit 1
sed -i "s/__VERSION__/${ver}/g" "${grub_destination}" || exit 1
sed -i "s/__FLAVOUR__/${remaster_type}/g" "${grub_destination}" || exit 1
kms_string=""
# should KMS be enabled?
if [ -f "${CHROOT_DIR}/.enable_kms" ]; then
rm "${CHROOT_DIR}/.enable_kms"
kms_string="radeon.modeset=1"
else
# enable vesafb-tng then
kms_string="video=vesafb:ywrap,mtrr:3"
fi
sed -i "s/__KMS__/${kms_string}/g" "${isolinux_destination}" || exit 1
sed -i "s/__KMS__/${kms_string}/g" "${grub_destination}" || exit 1
sabayon_pkgs_file="${CHROOT_DIR}/etc/sabayon-pkglist"
if [ -f "${sabayon_pkgs_file}" ]; then
cp "${sabayon_pkgs_file}" "${CDROOT_DIR}/pkglist"