Lines Matching refs:mnt
89 if [ ! -e /mnt/etc/fstab.ufs ]; then
90 mv /mnt/etc/fstab /mnt/etc/fstab.ufs
92 sed "s/ufs/ffs/" /mnt/etc/fstab.ufs >/mnt/etc/fstab
203 echo "Mounting root partition on /mnt..."
204 $DONTDOIT mount /dev/${drivename}a /mnt
222 if [ ! -d /mnt/sbin ]; then
223 $DONTDOIT mkdir /mnt/sbin
225 $DONTDOIT cp /sbin/fsck /mnt/sbin/fsck
237 $DONTDOIT mount -u -o ro /dev/${drivename}a /mnt
248 $DONTDOIT chroot /mnt fsck -p -c 2
260 $DONTDOIT mount -u -o rw /dev/${drivename}a /mnt
272 $DONTDOIT pax -rwpe sbin/mount_ffs /mnt
276 $DONTDOIT chroot /mnt mount -at ffs > /dev/null 2>&1
284 echo "Right now, your hard disk is mounted on /mnt. You should consult"