diff --git a/distrib/amiga/floppies/Makefile.inc b/distrib/amiga/floppies/Makefile.inc index 4031191fdfa9..b9eef094c5bb 100644 --- a/distrib/amiga/floppies/Makefile.inc +++ b/distrib/amiga/floppies/Makefile.inc @@ -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 -REV= 11 +# Revision is 1.2 +REV= 12 diff --git a/distrib/amiga/floppies/inst/install.sh b/distrib/amiga/floppies/inst/install.sh index 588e0aea0248..2251f3903c37 100644 --- a/distrib/amiga/floppies/inst/install.sh +++ b/distrib/amiga/floppies/inst/install.sh @@ -28,7 +28,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # 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. # In a perfect world, this would be a nice C program, with a reasonable @@ -37,7 +37,7 @@ FSTABDIR=/mnt/etc # /mnt/etc #DONTDOIT==echo -VERSION=1.1 +VERSION=1.2 FSTAB=${FSTABDIR}/fstab getresp() { diff --git a/distrib/amiga/floppies/inst/list b/distrib/amiga/floppies/inst/list index d9394be0d580..33baf7891436 100644 --- a/distrib/amiga/floppies/inst/list +++ b/distrib/amiga/floppies/inst/list @@ -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 COPY disktab.preinstall etc # 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 COPY dot.profile .profile diff --git a/distrib/amiga/floppies/upgr/list b/distrib/amiga/floppies/upgr/list index 650582520134..c924a0686c81 100644 --- a/distrib/amiga/floppies/upgr/list +++ b/distrib/amiga/floppies/upgr/list @@ -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 ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd +COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd # and the upgrade tools COPY dot.profile .profile diff --git a/distrib/amiga/floppies/upgr/upgrade.sh b/distrib/amiga/floppies/upgr/upgrade.sh index 81855a351c5e..ad615fbb0eca 100644 --- a/distrib/amiga/floppies/upgr/upgrade.sh +++ b/distrib/amiga/floppies/upgr/upgrade.sh @@ -28,7 +28,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # 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. # In a perfect world, this would be a nice C program, with a reasonable @@ -36,7 +36,7 @@ #DONTDOIT=echo -VERSION=1.1 +VERSION=1.2 getresp() { read resp @@ -161,6 +161,10 @@ done echo "" 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 "Would you like to upgrade your file systems to the new file system" echo -n "format? [y] "