HomeSort by: relevance | last modified time | path
    Searched refs:drivename (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/alpha/instkernel/ramdisk/
upgrade.sh 111 while [ "X${drivename}" = "X" ]; do
121 drivename=${resp}
126 echo "Root partition is on ${drivename}a."
156 echo "checking the file system on ${drivename}a..."
158 fsck -f -p $upgrargs /dev/r${drivename}a
168 mount /dev/${drivename}a /mnt
193 mount -u -o ro /dev/${drivename}a /mnt
216 mount -u -o rw /dev/${drivename}a /mnt
226 echo "Updating boot blocks on ${drivename}..."
230 $DONTDOIT /usr/sbin/installboot /dev/r${drivename}c /usr/mdec/bootxx_ff
    [all...]
install.sh 146 while [ "X${drivename}" = "X" ]; do
156 drivename=${resp}
161 echo "Using disk ${drivename}."
426 echo -n "Labeling disk $drivename..."
427 $DONTDOIT disklabel -w -r $drivename $labelname
432 $DONTDOIT bad144 $drivename 0
437 $DONTDOIT newfs /dev/r${drivename}a $name
438 $DONTDOIT mount -v $ASYNC /dev/${drivename}a /mnt
442 $DONTDOIT newfs /dev/r${drivename}d $name
444 $DONTDOIT mount -v $ASYNC /dev/${drivename}d /mnt/$dnam
    [all...]
  /src/distrib/amiga/floppies/inst/
install.sh 221 drivename=""
229 drivename=$1
235 if [ "X$drivename" != "X" ]; then
241 echo "You have selected $drivename"
242 echo "here is a list of partitions on $drivename"
243 disklabel $drivename 2>/dev/null |
252 list=$(getvar $drivename)
259 echo -n "$drivename$resp is of type $2 which"
263 usrpart=$drivename$resp
  /src/distrib/amiga/floppies/upgr/
upgrade.sh 150 while [ "X${drivename}" = "X" ]; do
160 drivename=${resp}
165 echo "Root partition is on ${drivename}a."
190 echo "Upgrading the file system on ${drivename}a..."
192 $DONTDOIT fsck -p -c 2 /dev/r${drivename}a
204 $DONTDOIT mount /dev/${drivename}a /mnt
237 $DONTDOIT mount -u -o ro /dev/${drivename}a /mnt
260 $DONTDOIT mount -u -o rw /dev/${drivename}a /mnt

Completed in 12 milliseconds