From 9f1dfb0e6b859cba0ebda5f945987ba6c24a596b Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Tue, 20 Nov 2001 23:35:06 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'PCMCIA_CS_DISTRO'. --- tools/i386/netboot/.cvsignore | 4 ---- tools/i386/netboot/grub | Bin 323730 -> 0 bytes tools/i386/netboot/make_boot_network | 18 ------------------ tools/i386/netboot/menu.lst.example | 7 ------- tools/i386/netboot/stage1.3c59x | Bin 512 -> 0 bytes tools/i386/netboot/stage1.3c90x | Bin 512 -> 0 bytes tools/i386/netboot/stage1.eepro100 | Bin 512 -> 0 bytes tools/i386/netboot/stage1.rtl8139 | Bin 512 -> 0 bytes tools/i386/netboot/stage1.tulip | Bin 512 -> 0 bytes tools/i386/netboot/stage1.via-rhine | Bin 512 -> 0 bytes tools/i386/netboot/stage2.3c59x | Bin 80564 -> 0 bytes tools/i386/netboot/stage2.3c90x | Bin 95652 -> 0 bytes tools/i386/netboot/stage2.eepro100 | Bin 107584 -> 0 bytes tools/i386/netboot/stage2.rtl8139 | Bin 103012 -> 0 bytes tools/i386/netboot/stage2.tulip | Bin 94396 -> 0 bytes tools/i386/netboot/stage2.via-rhine | Bin 88208 -> 0 bytes 16 files changed, 29 deletions(-) delete mode 100644 tools/i386/netboot/.cvsignore delete mode 100755 tools/i386/netboot/grub delete mode 100755 tools/i386/netboot/make_boot_network delete mode 100644 tools/i386/netboot/menu.lst.example delete mode 100755 tools/i386/netboot/stage1.3c59x delete mode 100755 tools/i386/netboot/stage1.3c90x delete mode 100755 tools/i386/netboot/stage1.eepro100 delete mode 100755 tools/i386/netboot/stage1.rtl8139 delete mode 100755 tools/i386/netboot/stage1.tulip delete mode 100755 tools/i386/netboot/stage1.via-rhine delete mode 100644 tools/i386/netboot/stage2.3c59x delete mode 100644 tools/i386/netboot/stage2.3c90x delete mode 100644 tools/i386/netboot/stage2.eepro100 delete mode 100644 tools/i386/netboot/stage2.rtl8139 delete mode 100644 tools/i386/netboot/stage2.tulip delete mode 100644 tools/i386/netboot/stage2.via-rhine (limited to 'tools/i386/netboot') diff --git a/tools/i386/netboot/.cvsignore b/tools/i386/netboot/.cvsignore deleted file mode 100644 index 64daa531c..000000000 --- a/tools/i386/netboot/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -menu.lst -stage1 -stage2 -automatic.para diff --git a/tools/i386/netboot/grub b/tools/i386/netboot/grub deleted file mode 100755 index 166e49f23..000000000 Binary files a/tools/i386/netboot/grub and /dev/null differ diff --git a/tools/i386/netboot/make_boot_network b/tools/i386/netboot/make_boot_network deleted file mode 100755 index f75092cd7..000000000 --- a/tools/i386/netboot/make_boot_network +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -type=$1 -#[ -z "$type" ] && { echo "usage: $0 (eg: 3c59x)" ; exit 1; } -[ -z "$type" ] && type=3c90x - -[ -e menu.lst ] || { echo "missing file menu.lst, create one based on menu.lst.example"; exit 1; } - -ln -sf stage1.$type stage1 -ln -sf stage2.$type stage2 - -mformat a: -mcopy {stage1,stage2} a: -mcopy menu.lst a:menu.lst - -./grub --batch <