/[smeserver]/cdrom.image/sme10/netinstall/isolinux/isolinux.cfg
ViewVC logotype

Diff of /cdrom.image/sme10/netinstall/isolinux/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Sat Jun 13 20:01:17 2020 UTC Revision 1.8 by jpp, Wed Jun 9 07:35:00 2021 UTC
# Line 8  display boot.msg Line 8  display boot.msg
8  # the menu itself for as long as the screen remains in graphics mode.  # the menu itself for as long as the screen remains in graphics mode.
9  menu clear  menu clear
10  menu background splash.png  menu background splash.png
11  menu title Koozali SME Server 10 alpha5  menu title Koozali SME Server 10.0
12  menu vshift 8  menu vshift 8
13  menu rows 18  menu rows 18
14  menu margin 8  menu margin 8
# Line 60  menu separator # insert an empty line Line 60  menu separator # insert an empty line
60    
61  label linux  label linux
62    menu label ^Install Koozali SME Server 10    menu label ^Install Koozali SME Server 10
63      text help
64            Default GUI intsall. It uses kick-start to prepare your disk,
65            then will let you setup the repo that you want to install from.
66            If you use the GUI partitioning menu, it will use the CentOS default
67            instead of our settings, and you will need to restart the installer.
68      endtext
69      kernel vmlinuz
70      append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
71    
72    label text
73      menu label ^Install Koozali SME Server 10 in text mode
74      text help
75            This text interface uses a kick-start to prepare your disk,
76            then let you setup the repo that you want. If you use the
77            partitioning menu, it will use the CentOS default instead
78            of our settings, and you will need to restart the installer.
79      endtext
80    kernel vmlinuz    kernel vmlinuz
81    append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg quiet    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text
82    
83  label check  label check
84    menu label Test this ^media & install Koozali SME Server 10    menu label Test this ^media & install Koozali SME Server 10
85    menu default    menu default
86    kernel vmlinuz    kernel vmlinuz
87    append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg rd.live.check quiet    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
88    
89  menu separator # insert an empty line  menu separator # insert an empty line
90    
# Line 83  label vesa Line 100  label vesa
100          Koozali SME Server 10.          Koozali SME Server 10.
101    endtext    endtext
102    kernel vmlinuz    kernel vmlinuz
103    append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg xdriver=vesa nomodeset quiet    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
104    
105  label rescue  label rescue
106    menu indent count 5    menu indent count 5
# Line 93  label rescue Line 110  label rescue
110          and edit config files to try to get it booting again.          and edit config files to try to get it booting again.
111    endtext    endtext
112    kernel vmlinuz    kernel vmlinuz
113    initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server rescue quiet    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rescue quiet
114    
115  label memtest  label memtest
116    menu label Run a ^memory test    menu label Run a ^memory test


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed