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

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

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

Revision 1.1 by unnilennium, Wed May 31 17:47:47 2017 UTC Revision 1.10 by jpp, Wed Aug 17 19:16:19 2022 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 alpha3  menu title Koozali SME Server 10.1
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            This GUI interface uses a kick-start to prepare your disk,
65            If you use the partitioning menu, it will use the CentOS
66            default instead, and you will need to restart the installer.
67      endtext
68      kernel vmlinuz
69      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
70    
71    label text
72      menu label ^Install Koozali SME Server 10 in text mode
73      text help
74            This text interface uses a kick-start to prepare your disk,
75            If you use the partitioning menu, it will use the CentOS
76            default instead, and you will need to restart the installer.
77      endtext
78    kernel vmlinuz    kernel vmlinuz
79    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server inst.ks=cdrom:/dev/cdrom:/Packages/base/sme-kickstart.cfg quiet    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 text quiet
80    
81  label check  label check
82    menu label Test this ^media & install Koozali SME Server 10    menu label Test this ^media & install Koozali SME Server 10
83    menu default    menu default
84    kernel vmlinuz    kernel vmlinuz
85    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server inst.ks=cdrom:/dev/cdrom:/Packages/base/sme-kickstart.cfg rd.live.check quiet    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
86    
87  menu separator # insert an empty line  menu separator # insert an empty line
88    
# Line 83  label vesa Line 98  label vesa
98          Koozali SME Server 10.          Koozali SME Server 10.
99    endtext    endtext
100    kernel vmlinuz    kernel vmlinuz
101    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server inst.ks=cdrom:/dev/cdrom:/Packages/base/sme-kickstart.cfg xdriver=vesa nomodeset quiet    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
102    
103  label rescue  label rescue
104    menu indent count 5    menu indent count 5
# Line 93  label rescue Line 108  label rescue
108          and edit config files to try to get it booting again.          and edit config files to try to get it booting again.
109    endtext    endtext
110    kernel vmlinuz    kernel vmlinuz
111    append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rescue quiet    initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server rescue quiet
112    
113  label memtest  label memtest
114    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