diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:20:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:20:46 +0000 |
commit | c6f107976fe984a68e5960b693bdc2e7ccb9f1dd (patch) | |
tree | e72cd1918ba59b8af1c73c9196630904f7c95a62 /distrib/powerpc | |
parent | 1e01a7370ef7737d521447e5a56d914c2262f00a (diff) |
Don't specify disktype to newfs when we already have a label.
Diffstat (limited to 'distrib/powerpc')
-rw-r--r-- | distrib/powerpc/miniroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/powerpc/miniroot/Makefile b/distrib/powerpc/miniroot/Makefile index 7405f07edf6..c7f10acbfd5 100644 --- a/distrib/powerpc/miniroot/Makefile +++ b/distrib/powerpc/miniroot/Makefile @@ -45,7 +45,7 @@ do_prep: ${CBIN} do_unconfig disklabel -w ${CDEV} ${DISKTYPE} do_mount: - -newfs ${NEWFSARGS} -s ${NBLKS} ${CDEV} ${DISKTYPE} + -newfs ${NEWFSARGS} -s ${NBLKS} ${CDEV} mount ${BDEV} ${MOUNT_POINT} do_umount_copy: |