diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-03-09 15:19:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-03-09 15:19:15 +0000 |
commit | 80e6766c09a5783c386f62c63c9549a4b4101aa9 (patch) | |
tree | fc1ff1a5494e5ec2e6d794f5b1672ade7164a00d /tools/i386/netboot/menu.lst.example | |
parent | ae1373ffde655f2061cb1241bb39b0796b5e2870 (diff) | |
download | drakx-80e6766c09a5783c386f62c63c9549a4b4101aa9.tar drakx-80e6766c09a5783c386f62c63c9549a4b4101aa9.tar.gz drakx-80e6766c09a5783c386f62c63c9549a4b4101aa9.tar.bz2 drakx-80e6766c09a5783c386f62c63c9549a4b4101aa9.tar.xz drakx-80e6766c09a5783c386f62c63c9549a4b4101aa9.zip |
drop unused stuff, PXE is easier nowodays
Diffstat (limited to 'tools/i386/netboot/menu.lst.example')
-rw-r--r-- | tools/i386/netboot/menu.lst.example | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/i386/netboot/menu.lst.example b/tools/i386/netboot/menu.lst.example deleted file mode 100644 index 3465fac62..000000000 --- a/tools/i386/netboot/menu.lst.example +++ /dev/null @@ -1,21 +0,0 @@ -timeout 0 -default 0 - -title nfs -dhcp -tftpserver 192.168.100.39 -kernel (nd)/vmlinuz ramdisk=32000 vga=788 kickstart=install/auto_inst.cfg.pl useless_thing_accepted automatic=method:nfs,network:static,ip:192.168.100.25,dns:192.168.100.11,gateway:192.168.100.1,server:192.168.100.39,directory:/export,user:a,pass:a -initrd (nd)/network.rdz - -title ftp -dhcp -tftpserver 192.168.100.39 -kernel (nd)/vmlinuz ramdisk=32000 vga=788 kickstart=install/auto_inst.cfg.pl useless_thing_accepted automatic=method:ftp,network:static,ip:192.168.100.25,dns:192.168.100.11,gateway:192.168.100.1,server:192.168.100.39,directory:/export,user:a,pass:a -initrd (nd)/network.rdz - -title rescue -dhcp -tftpserver 192.168.100.39 -kernel (nd)/vmlinuz rescue rw root=/dev/ram3 ramdisk=32000 vga=788 kickstart=install/auto_inst.cfg.pl useless_thing_accepted automatic=method:nfs,network:static,ip:192.168.100.25,dns:192.168.100.11,gateway:192.168.100.1,server:192.168.100.39,directory:/export,user:a,pass:a -initrd (nd)/network.rdz - |