source: trunk/pxemenu/CentOS-5.0/centos.conf @ 150

Last change on this file since 150 was 106, checked in by bas, 16 years ago

Added pxemenu config files and updated some info

File size: 896 bytes
Line 
1DEFAULT menu.c32
2PROMPT 0
3
4MENU TITLE Centos installation menu
5MENU 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
12label 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
17label 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
22LABEL mainmenu
23        MENU LABEL Return to Main Menu
24        KERNEL menu.c32
25        APPEND ~
Note: See TracBrowser for help on using the repository browser.