diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:23:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 02:23:42 +0000 |
commit | 5fed5ae3c8fc31931c037a3e34487c5cfd9ab256 (patch) | |
tree | 4a9b25d8b336a1f035ef470c89d5990d4ac982cd /distrib | |
parent | c6f107976fe984a68e5960b693bdc2e7ccb9f1dd (diff) |
Back out last change
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/atari/inst/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/atari/inst/install.sh b/distrib/atari/inst/install.sh index 242462aaae3..51802b8f00a 100644 --- a/distrib/atari/inst/install.sh +++ b/distrib/atari/inst/install.sh @@ -178,7 +178,7 @@ while [ "$answer" = "" ]; do esac done echo "Initializing / (root) filesystem, and mounting..." -$DONTDOIT newfs -T $name /dev/r${rdev}a +$DONTDOIT newfs /dev/r${rdev}a $name $DONTDOIT mount_ffs /dev/${rdev}a /mnt echo "" echo -n "Creating a fstab..." @@ -250,7 +250,7 @@ done echo "" echo "Initializing /usr filesystem, and mounting..." -$DONTDOIT newfs -T $name /dev/r${usrpart} +$DONTDOIT newfs /dev/r${usrpart} $name $DONTDOIT mkdir -p /mnt/usr $DONTDOIT mount_ffs /dev/${usrpart} /mnt/usr echo "" |