/[smeserver]/cdrom.image/sme10/netinstall/EFI/BOOT/grub.cfg
ViewVC logotype

Diff of /cdrom.image/sme10/netinstall/EFI/BOOT/grub.cfg

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

Revision 1.4 by jpp, Mon Jun 15 04:25:35 2020 UTC Revision 1.5 by chrissn, Wed Nov 25 14:10:36 2020 UTC
# Line 1  Line 1 
1  set default="1"  set default="2"
2    
3  function load_video {  function load_video {
4    insmod efi_gop    insmod efi_gop
# Line 20  set timeout=60 Line 20  set timeout=60
20  search --no-floppy --set=root -l 'SME Server'  search --no-floppy --set=root -l 'SME Server'
21    
22  ### BEGIN /etc/grub.d/10_linux ###  ### BEGIN /etc/grub.d/10_linux ###
23  menuentry 'Install SME Server 10' --class fedora --class gnu-linux --class gnu --class os {  menuentry 'Install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
24          linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks-efi.cfg          linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
25          initrdefi /images/pxeboot/initrd.img          initrdefi /images/pxeboot/initrd.img
26  }  }
27  menuentry 'Test this media & install SME Server 10' --class fedora --class gnu-linux --class gnu --class os {  menuentry 'Install Koozali SME Server 10 in text mode' --class fedora --class gnu-linux --class gnu --class os {
28          linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks-efi.cfg          linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text
29            initrdefi /images/pxeboot/initrd.img
30    }
31    menuentry 'Test this media & install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
32            linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
33          initrdefi /images/pxeboot/initrd.img          initrdefi /images/pxeboot/initrd.img
34  }  }
35  submenu 'Troubleshooting -->' {  submenu 'Troubleshooting -->' {
36          menuentry 'Install SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {          menuentry 'Install Koozali SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
37                  linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks-efi.cfg                  linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
38                  initrdefi /images/pxeboot/initrd.img                  initrdefi /images/pxeboot/initrd.img
39          }          }
40          menuentry 'Rescue a SME Server system' --class fedora --class gnu-linux --class gnu --class os {          menuentry 'Rescue a Koozali SME Server system' --class fedora --class gnu-linux --class gnu --class os {
41                  linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rescue quiet                  linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rescue quiet
42                  initrdefi /images/pxeboot/initrd.img                  initrdefi /images/pxeboot/initrd.img
43          }          }


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