[remaster/isolinux] add amd64+x86 hybrid iso isolinux config file
This commit is contained in:
parent
9e623107d7
commit
4d0bf50df3
71
remaster/minimal_amd64_x86_isolinux.cfg
Normal file
71
remaster/minimal_amd64_x86_isolinux.cfg
Normal file
@ -0,0 +1,71 @@
|
||||
default sabayon
|
||||
|
||||
label sabayon
|
||||
menu label ^Start Sabayon __VERSION__ x86_64 __FLAVOUR__
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet --
|
||||
|
||||
label sabayon32
|
||||
menu label ^Start Sabayon __VERSION__ i686 __FLAVOUR__
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet --
|
||||
|
||||
label sabayonmce
|
||||
menu label ^Start Sabayon __VERSION__ x86_64 __FLAVOUR__ Media Center
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet sabayonmce --
|
||||
|
||||
label sabayonmce32
|
||||
menu label ^Start Sabayon __VERSION__ i686 __FLAVOUR__ Media Center
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet sabayonmce --
|
||||
|
||||
label install
|
||||
menu label Graphical ^Installation x86_64
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet installer-gui --
|
||||
|
||||
label install32
|
||||
menu label Graphical ^Installation i686
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=791 console=tty1 quiet installer-gui --
|
||||
|
||||
label text-install
|
||||
menu label Text ^Installation x86_64
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet installer-text gentoo=nox nox --
|
||||
|
||||
label text-install32
|
||||
menu label Text ^Installation i686
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 console=tty1 quiet installer-text gentoo=nox nox --
|
||||
|
||||
label genuine
|
||||
menu label Safe ^Mode x86_64
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=silent,theme:sabayon __KMS__ vga=788 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
|
||||
|
||||
label genuine32
|
||||
menu label Safe ^Mode i686
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=silent,theme:sabayon __KMS__ vga=788 noproprietary res=1024x768 pci=routeirq irqpoll console=tty1 quiet nokvm --
|
||||
|
||||
label console
|
||||
menu label ^Console mode x86_64
|
||||
kernel /boot/sabayon64
|
||||
append root=/dev/ram0 initrd=/boot/sabayon64.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd64.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gentoo=nox nox console=tty1 quiet --
|
||||
|
||||
label console32
|
||||
menu label ^Console mode i686
|
||||
kernel /boot/sabayon32
|
||||
append root=/dev/ram0 initrd=/boot/sabayon32.igz aufs init=/linuxrc cdroot cdroot_type=udf looptype=squashfs loop=/livecd32.squashfs splash=verbose,theme:sabayon __KMS__ vga=791 gentoo=nox nox console=tty1 quiet --
|
||||
|
||||
label memtest
|
||||
menu label Memory ^test
|
||||
kernel /boot/memtest
|
||||
append -
|
||||
|
||||
label hd
|
||||
menu label ^Boot from first hard disk
|
||||
localboot 0x80
|
||||
append -
|
Loading…
Reference in New Issue
Block a user