diff options
Diffstat (limited to 'distrib/arc/ramdisk/Makefile')
-rw-r--r-- | distrib/arc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/arc/ramdisk/Makefile b/distrib/arc/ramdisk/Makefile index c1c365f710b..a32371e5c33 100644 --- a/distrib/arc/ramdisk/Makefile +++ b/distrib/arc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/09/05 21:16:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1997/09/26 02:20:41 millert Exp $ # NOTE! We don't do crunched yet! @@ -55,7 +55,7 @@ rd_setup: dd if=/dev/zero of=${REALIMAGE} bs=512 count=${NBLKS} vnconfig -v -c ${VND} ${REALIMAGE} disklabel -w -r ${VND} ${DISKTYPE} - newfs ${NEWFSARGS} ${VND_RDEV} ${DISKTYPE} + newfs ${NEWFSARGS} ${VND_RDEV} fsck ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} |