summaryrefslogtreecommitdiffstats
path: root/tools/i386
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-21 16:47:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-21 16:47:12 +0000
commit5cfd072eb7bf589d2710882fe2e1454378d84aff (patch)
tree37d5461a7e67d0182554b628600ef5f894dcac4c /tools/i386
parent252055ec0535dd85feda5aae4d18c5777ca991bd (diff)
downloaddrakx-backup-do-not-use-5cfd072eb7bf589d2710882fe2e1454378d84aff.tar
drakx-backup-do-not-use-5cfd072eb7bf589d2710882fe2e1454378d84aff.tar.gz
drakx-backup-do-not-use-5cfd072eb7bf589d2710882fe2e1454378d84aff.tar.bz2
drakx-backup-do-not-use-5cfd072eb7bf589d2710882fe2e1454378d84aff.tar.xz
drakx-backup-do-not-use-5cfd072eb7bf589d2710882fe2e1454378d84aff.zip
add gateway parameter
Diffstat (limited to 'tools/i386')
-rw-r--r--tools/i386/netboot/menu.lst.example22
1 files changed, 18 insertions, 4 deletions
diff --git a/tools/i386/netboot/menu.lst.example b/tools/i386/netboot/menu.lst.example
index 8f18a5313..41022579a 100644
--- a/tools/i386/netboot/menu.lst.example
+++ b/tools/i386/netboot/menu.lst.example
@@ -1,7 +1,21 @@
timeout 0
+default 0
-title linux
+title nfs
dhcp
-tftpserver 192.168.1.9
-kernel (nd)/var/lib/tftpboot/vmlinuz ramdisk=32000 vga=788 kickstart=Mandrake/base/auto_inst.cfg.pl useless_thing_accepted automatic=method:ftp,network:static,ip:192.168.100.25,dns:192.168.100.11,server:192.168.100.39,directory:/export,user:a,pass:a
-initrd (nd)/var/lib/tftpboot/network.rdz
+tftpserver 192.168.100.39
+kernel (nd)/vmlinuz ramdisk=32000 vga=788 kickstart=Mandrake/base/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=Mandrake/base/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=Mandrake/base/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
+