summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrr <grr@cvs.openbsd.org>1997-05-30 17:29:41 +0000
committergrr <grr@cvs.openbsd.org>1997-05-30 17:29:41 +0000
commitf4668397cb48593e6a75d31ddc2ceee4bc89d76f (patch)
tree4bfe805a85cd05892ac224fd2f67f282e78d4976
parent24c85ca4506236ec1678f2d8feb168032ff7f0dc (diff)
minor tweaks to not bother making the ramdisk.fs image bootable, since there's
no /bsd there to boot and fix a little problem with ${BOOT} != .../boot
-rw-r--r--distrib/ramdisk/Makefile4
-rw-r--r--distrib/sparc/ramdisk/list9
2 files changed, 7 insertions, 6 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 76e0ebc1d6d..d32c218893f 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1997/05/24 23:16:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1997/05/30 17:29:39 grr Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -61,7 +61,7 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
disklabel -w ${RAWLABEL} ${VND} ${FLOPPYTYPE}
newfs ${NEWFSOPTS_FD} ${VND_RDEV} ${FLOPPYTYPE}
mount ${VND_DEV} ${MOUNT_POINT}
- cp ${BOOT} ${MOUNT_POINT}
+ cp ${BOOT} ${MOUNT_POINT}/boot
cp bsd.gz ${MOUNT_POINT}/bsd
${INSTALLBOOT} -v ${MOUNT_POINT}/boot ${BOOTXX} ${VND_RDEV}
@echo ""
diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list
index 312930fcbb3..1f42cf8c62f 100644
--- a/distrib/sparc/ramdisk/list
+++ b/distrib/sparc/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.5 1997/05/29 09:19:51 grr Exp $
+# $OpenBSD: list,v 1.6 1997/05/30 17:29:40 grr Exp $
# $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $
# Sparc extra's
@@ -44,6 +44,7 @@ SYMLINK /tmp/hosts etc/hosts
# and the installation tools
COPY ${ARCHDIR}/../ramdisk/dot.profile .profile
COPY ${ARCHDIR}/../install.md install.md
-#COPY ${DESTDIR}/usr/mdec/boot boot
-SPECIAL ln usr/mdec/boot boot
-SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
+
+# no point in making the fs bootable if there's no bsd in there
+#SPECIAL ln usr/mdec/boot boot
+#SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}