summaryrefslogtreecommitdiff
path: root/distrib/miniroot/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-23 18:31:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-23 18:31:29 +0000
commit57f2ceea86ec000c5e0a1fb95730a0e5db918e4c (patch)
treea28e9f80b50d6b7e0855bba5457ef0906dacd34e /distrib/miniroot/Makefile
parent598488db4a9b9182a076cf0341f578e589e32e14 (diff)
${RAWLABEL}
Diffstat (limited to 'distrib/miniroot/Makefile')
-rw-r--r--distrib/miniroot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index 2819d750554..a4a8bcba601 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 1997/05/21 01:16:33 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 1997/05/23 18:31:28 deraadt Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -27,6 +27,7 @@ CRUNCHGENOPTS?=
LISTS= ${.CURDIR}/list ${ARCHDIR}/list
CRUNCHCONF= ${CBIN}.conf
MTREE= ${.CURDIR}/mtree.conf
+RAWLABEL?= -r
.ifndef DESTDIR
all:
@@ -43,7 +44,7 @@ bsd:
all: ${CBIN} bsd
dd if=/dev/zero of=${REALIMAGE} count=${IMAGESIZE}
vnconfig -v -c ${VND} ${REALIMAGE}
- disklabel -w -r ${VND} ${DISKTYPE}
+ disklabel -w ${RAWLABEL} ${VND} ${DISKTYPE}
newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV} ${DISKTYPE} || \
${NEWFS_WILL_FAIL}
mount ${VND_DEV} ${MOUNT_POINT}