summaryrefslogtreecommitdiffstats
path: root/tools/i386
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-18 13:26:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-18 13:26:20 +0000
commitdeb9cd00405963f61c6477697235146594f55ba3 (patch)
tree2fc1c8c8c0fe9719dea1fb9e8e7869907080800a /tools/i386
parentfa50f64a5b61f19d6aba363ea3a9dba457372605 (diff)
downloaddrakx-backup-do-not-use-deb9cd00405963f61c6477697235146594f55ba3.tar
drakx-backup-do-not-use-deb9cd00405963f61c6477697235146594f55ba3.tar.gz
drakx-backup-do-not-use-deb9cd00405963f61c6477697235146594f55ba3.tar.bz2
drakx-backup-do-not-use-deb9cd00405963f61c6477697235146594f55ba3.tar.xz
drakx-backup-do-not-use-deb9cd00405963f61c6477697235146594f55ba3.zip
new grub (with nice tftpserver :)
Diffstat (limited to 'tools/i386')
-rwxr-xr-xtools/i386/netboot/grubbin260487 -> 316966 bytes
-rwxr-xr-xtools/i386/netboot/make_boot_network8
-rwxr-xr-xtools/i386/netboot/stage1.3c90xbin512 -> 512 bytes
-rw-r--r--tools/i386/netboot/stage2.3c90xbin88260 -> 95812 bytes
4 files changed, 5 insertions, 3 deletions
diff --git a/tools/i386/netboot/grub b/tools/i386/netboot/grub
index 0837b0349..86e69c535 100755
--- a/tools/i386/netboot/grub
+++ b/tools/i386/netboot/grub
Binary files differ
diff --git a/tools/i386/netboot/make_boot_network b/tools/i386/netboot/make_boot_network
index 282c96c4c..a19065aca 100755
--- a/tools/i386/netboot/make_boot_network
+++ b/tools/i386/netboot/make_boot_network
@@ -1,13 +1,15 @@
#!/bin/sh
-[ -z "$1" ] && { echo "usage: $0 <network card type> (eg: 3c59x)" ; exit 1; }
+type=$1
+#[ -z "$type" ] && { echo "usage: $0 <network card type> (eg: 3c59x)" ; exit 1; }
+[ -z "$type" ] && type=3c90x
ks="../../../install/ks.cfg"
[ -e $ks ] || { echo "missing file $ks, create one based on $ks.default"; exit 1; }
-ln -sf stage1.$1 stage1
-ln -sf stage2.$1 stage2
+ln -sf stage1.$type stage1
+ln -sf stage2.$type stage2
mformat a:
mcopy {menu.lst,stage1,stage2} a:
diff --git a/tools/i386/netboot/stage1.3c90x b/tools/i386/netboot/stage1.3c90x
index 28c5e0e92..1cd1292ac 100755
--- a/tools/i386/netboot/stage1.3c90x
+++ b/tools/i386/netboot/stage1.3c90x
Binary files differ
diff --git a/tools/i386/netboot/stage2.3c90x b/tools/i386/netboot/stage2.3c90x
index 27d471568..8c5c6dc91 100644
--- a/tools/i386/netboot/stage2.3c90x
+++ b/tools/i386/netboot/stage2.3c90x
Binary files differ