remove references to disktab.{preinstall,shadow}

This commit is contained in:
abs 2009-09-20 22:44:06 +00:00
parent fb1870e986
commit 1fabe01b0f
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.sh,v 1.5 2009/09/16 10:40:02 abs Exp $
# $NetBSD: install.sh,v 1.6 2009/09/20 22:44:06 abs Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@ -303,7 +303,7 @@ echo ""
fragsize=1024
blocksize=8192
cat /etc/disktab.preinstall > $DT
echo "# $DT" > $DT
echo "" >> $DT
echo "$labelname|NetBSD installation generated:\\" >> $DT
echo " :dt=${type}:ty=winchester:\\" >> $DT

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.tmpl,v 1.7 2004/04/23 02:48:12 simonb Exp $
# $NetBSD: install.tmpl,v 1.8 2009/09/20 22:44:06 abs Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@ -306,7 +306,7 @@ echo ""
fragsize=1024
blocksize=8192
cat /etc/disktab.preinstall > $DT
echo "# $DT" > $DT
echo "" >> $DT
echo "$labelname|NetBSD installation generated:\\" >> $DT
echo " :dt=${type}:ty=winchester:\\" >> $DT

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.sh,v 1.24 2008/04/30 13:10:48 martin Exp $
# $NetBSD: install.sh,v 1.25 2009/09/20 22:44:06 abs Exp $
#
# Copyright (c) 1996,1997,1999,2000,2006 The NetBSD Foundation, Inc.
# All rights reserved.
@ -108,9 +108,9 @@ get_timezone
# just re-mount the root with read-write enabled.
md_makerootwritable
# Install the shadowed disktab file; lets us write to it for temporary
# Create a disktab file; lets us write to it for temporary
# purposes without mounting the miniroot read-write.
cp /etc/disktab.shadow /tmp/disktab.shadow
echo "# disktab" > /tmp/disktab.shadow
test "$md_view_labels_possible" && md_view_labels