update to match current release

This commit is contained in:
chopps 1996-09-28 18:05:57 +00:00
parent 8cf0211749
commit d0b7447162
5 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.2 1995/09/30 04:22:40 chopps Exp $ # $Id: Makefile.inc,v 1.3 1996/09/28 18:05:57 chopps Exp $
# Revision is 1.1 # Revision is 1.2
REV= 11 REV= 12

View File

@ -28,7 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# $Id: install.sh,v 1.3 1995/10/09 02:41:28 chopps Exp $ # $Id: install.sh,v 1.4 1996/09/28 18:05:58 chopps Exp $
# NetBSD installation script. # NetBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable # In a perfect world, this would be a nice C program, with a reasonable
@ -37,7 +37,7 @@
FSTABDIR=/mnt/etc # /mnt/etc FSTABDIR=/mnt/etc # /mnt/etc
#DONTDOIT==echo #DONTDOIT==echo
VERSION=1.1 VERSION=1.2
FSTAB=${FSTABDIR}/fstab FSTAB=${FSTABDIR}/fstab
getresp() { getresp() {

View File

@ -1,10 +1,10 @@
# $Id: list,v 1.2 1995/11/28 23:56:58 jtc Exp $ # $Id: list,v 1.3 1996/09/28 18:05:59 chopps Exp $
# the disktab explanation file # the disktab explanation file
COPY disktab.preinstall etc COPY disktab.preinstall etc
# copy the kernel # copy the kernel
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
# and the installation tools # and the installation tools
COPY dot.profile .profile COPY dot.profile .profile

View File

@ -1,7 +1,7 @@
# $Id: list,v 1.3 1995/11/28 23:57:07 jtc Exp $ # $Id: list,v 1.4 1996/09/28 18:06:00 chopps Exp $
# copy the kernel # copy the kernel
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
# and the upgrade tools # and the upgrade tools
COPY dot.profile .profile COPY dot.profile .profile

View File

@ -28,7 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
# $Id: upgrade.sh,v 1.2 1995/10/09 02:41:35 chopps Exp $ # $Id: upgrade.sh,v 1.3 1996/09/28 18:06:01 chopps Exp $
# NetBSD upgrade script. # NetBSD upgrade script.
# In a perfect world, this would be a nice C program, with a reasonable # In a perfect world, this would be a nice C program, with a reasonable
@ -36,7 +36,7 @@
#DONTDOIT=echo #DONTDOIT=echo
VERSION=1.1 VERSION=1.2
getresp() { getresp() {
read resp read resp
@ -161,6 +161,10 @@ done
echo "" echo ""
echo "Root partition is on ${drivename}a." echo "Root partition is on ${drivename}a."
echo ""
echo "If you've still installed 0.9 or earlier on your machine or you"
echo "haven't upgraded your pre-1.0 filesystems, then you might want to"
echo "upgrade the filesystem to the version introduced with 1.0."
echo "" echo ""
echo "Would you like to upgrade your file systems to the new file system" echo "Would you like to upgrade your file systems to the new file system"
echo -n "format? [y] " echo -n "format? [y] "