summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 18:15:45 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 18:15:45 +0000
commita5b27701b986c54d21fe06e8c59136098fd98118 (patch)
tree6c18fa0ffc052f072328a064dfe9c7a2102342f5 /sys
parent23211f1c49befa4ae86db5464edbfedc34578f77 (diff)
downloadFreeBSD-src-a5b27701b986c54d21fe06e8c59136098fd98118.zip
FreeBSD-src-a5b27701b986c54d21fe06e8c59136098fd98118.tar.gz
Removed disk type from disklabel lines, not needed for installing
bootblocks. Reviewed by: Submitted by:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/Makefile6
-rw-r--r--sys/i386/boot/biosboot/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index 228447f..aceb270 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -20,13 +20,13 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.10 1994/06/20 04:32:40 jkh Exp $
+# $Id: Makefile,v 1.11 1994/08/21 17:47:24 paul Exp $
#
wd0:
dd if=boot of=biosboot count=1
dd if=boot of=bootbios skip=1
- disklabel -B -b biosboot -s bootbios wd0 nec5655
+ disklabel -B -b biosboot -s bootbios wd0
rm biosboot bootbios
NOPROG= noprog
@@ -96,7 +96,7 @@ all: biosboot bootbios
fd0:
dd if=boot of=biosboot count=1
dd if=boot of=bootbios skip=1
- disklabel -B -b biosboot -s bootbios fd0 floppy
+ disklabel -B -b biosboot -s bootbios fd0
rm biosboot bootbios
install: wd sd fd
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 228447f..aceb270 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -20,13 +20,13 @@
# the rights to redistribute these changes.
#
# from: Mach, Revision 2.2 92/04/04 11:33:46 rpd
-# $Id: Makefile,v 1.10 1994/06/20 04:32:40 jkh Exp $
+# $Id: Makefile,v 1.11 1994/08/21 17:47:24 paul Exp $
#
wd0:
dd if=boot of=biosboot count=1
dd if=boot of=bootbios skip=1
- disklabel -B -b biosboot -s bootbios wd0 nec5655
+ disklabel -B -b biosboot -s bootbios wd0
rm biosboot bootbios
NOPROG= noprog
@@ -96,7 +96,7 @@ all: biosboot bootbios
fd0:
dd if=boot of=biosboot count=1
dd if=boot of=bootbios skip=1
- disklabel -B -b biosboot -s bootbios fd0 floppy
+ disklabel -B -b biosboot -s bootbios fd0
rm biosboot bootbios
install: wd sd fd
OpenPOWER on IntegriCloud