summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-05-14 11:32:23 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-05-14 11:32:23 +0000
commit850dda077417d63010dd1982b7cd82400449f6bb (patch)
tree3e19f4f7b5a1657a166ec38b54cb47c88bb226ef
parentb3f151fde0551c9519abd2af8b0059c26b066c10 (diff)
add beforeinstall to copy the floppy.fs to the snapshot area
-rw-r--r--distrib/alpha/ramdisk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile
index fb72e96cbf8..595bc853bfb 100644
--- a/distrib/alpha/ramdisk/Makefile
+++ b/distrib/alpha/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1997/05/11 18:20:32 millert Exp $
+# $OpenBSD: Makefile,v 1.9 1997/05/14 11:32:22 graichen Exp $
TOP= ${.CURDIR}/..
@@ -105,3 +105,6 @@ unconfig:
-cat /*bin/* > /dev/null
-umount ${MOUNT_POINT}
-vnconfig -u ${VND} && cat /*bin/* > /dev/null
+
+beforeinstall:
+ cp ${FLOPPY} ${DESTDIR}/snapshot