Last change
on this file since 106 was
106,
checked in by bas, 16 years ago
|
Added pxemenu config files and updated some info
|
File size:
896 bytes
|
Line | |
---|
1 | DEFAULT menu.c32 |
---|
2 | PROMPT 0 |
---|
3 | |
---|
4 | MENU TITLE Centos installation menu |
---|
5 | MENU BACKGROUND Logo.jpg |
---|
6 | |
---|
7 | # Download the CentOS5.0 vmlinuz and initrd.img boot images from a CentOS repository, |
---|
8 | # for example http://mirror.fysik.dtu.dk/linux/centos/5.0/os/i386/images/pxeboot/ |
---|
9 | # You may also need to put up the installation CD ISO images on an NFS server in your network |
---|
10 | # or you may use other media such as an FTP server. |
---|
11 | |
---|
12 | label CentOS5.0 clean-i386 |
---|
13 | menu label Clean installation of CentOS-5.0-i386, using Kickstart |
---|
14 | kernel CentOS-5.0/vmlinuz |
---|
15 | append load_ramdisk=1 initrd=CentOS-5.0/initrd.img network ks=nfs:your-server-name:/u/rpm/kickstart/ks-centos-5-clean-i386.cfg |
---|
16 | |
---|
17 | label CentOS5.0 i386 |
---|
18 | menu label Installation of CentOS-5.0-i386, no Kickstart |
---|
19 | kernel CentOS-5.0/vmlinuz |
---|
20 | append load_ramdisk=1 initrd=CentOS-5.0/initrd.img network |
---|
21 | |
---|
22 | LABEL mainmenu |
---|
23 | MENU LABEL Return to Main Menu |
---|
24 | KERNEL menu.c32 |
---|
25 | APPEND ~ |
---|
Note: See
TracBrowser
for help on using the repository browser.