--- cdrom.image/sme9/isolinux/isolinux.cfg 2014/06/27 23:49:50 1.14 +++ cdrom.image/sme9/isolinux/isolinux.cfg 2015/01/02 17:47:32 1.15 @@ -17,6 +17,8 @@ menu color scrollbar 0 #ffffffff #000000 menu rows 8 menu cmdlinerow 15 menu helpmsgrow 18 +menu width 78 +menu margin 4 label sme menu label Install or upgrade an existing system (Default RAID 1) @@ -27,14 +29,6 @@ Fully automatic installation. WARNING: a kernel vmlinuz append initrd=initrd.img text selinux=0 nodmraid -label sme-vesa-video - menu label Install or upgrade using the Vesa video driver - text help -Fully automatic installation with nomodeset. WARNING: all data will be lost! - endtext - kernel vmlinuz - append initrd=initrd.img text nomodeset selinux=0 nodmraid - menu begin RAID options menu title RAID and LVM installation options @@ -96,6 +90,67 @@ Fully automatic installation without LVM append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none menu end +menu begin RAID options with Vesa video driver + menu title RAID and LVM installation options using the Vesa video driver + + label noraid + menu label SME Server No Raid using the Vesa video driver + text help +Fully automatic installation without Raid. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=none + + label raid0 + menu label SME Server Raid0 using the Vesa video driver + text help +Fully automatic installation with Raid0. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=0 + + label raid1 + menu label SME Server Raid1 using the Vesa video driver + menu default + text help +Fully automatic installation with Raid1. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text nomodeset selinux=0 nodmraid raid=1 + + label raid5 + menu label SME Server Raid5 using the Vesa video driver + text help +Fully automatic installation with Raid5. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=5 + + label raid6 + menu label SME Server Raid6 using the Vesa video driver + text help +Fully automatic installation with Raid6. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=6 + + label nolvm + menu label SME Server no LVM using the Vesa video driver + text help +Fully automatic installation without LVM. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm + + label nolvmnoraid + menu label SME Server no LVM / no Raid using the Vesa video driver + text help +Fully automatic installation without LVM/Raid. WARNING: all data will be lost! + endtext + kernel vmlinuz + append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm raid=none +menu end + menu begin advanced menu title Advanced installation options @@ -106,6 +161,14 @@ Choose manual installation options like endtext kernel vmlinuz append initrd=initrd.img selinux=0 nodmraid + +label sme-graphical-install-vesa-driver + menu label Install or upgrade using the graphical installer with vesa driver + text help +Choose manual installation options like partitions, RAID and encryption. + endtext + kernel vmlinuz + append initrd=initrd.img selinux=0 nomodeset nodmraid menu end menu begin Tools