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

  /src/distrib/amiga/floppies/inst/
install.sh 80 driveunits="$driveunits $thisunit"
92 echo "choices are: ${driveunits}"
137 for du in $driveunits; do
148 echo " "${driveunits}
155 otherdrives=$( echo "${driveunits}" | sed -e "s,${resp},," )
156 if [ "X${driveunits}" = "X${otherdrives}" ]; then
159 echo "are: "${driveunits}
168 # driveunits=$( ls /dev/${drivetype}?a | sed -e 's,/dev/\(...\)a,\1,g' )
169 if [ -z "${driveunits}" ]; the
    [all...]
  /src/distrib/amiga/floppies/upgr/
upgrade.sh 78 driveunits="$driveunits $thisunit"
133 if [ "X${driveunits}" = "X" ]; then
143 echo " "${driveunits}
153 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
154 if [ "X${driveunits}" = "X${otherdrives}" ]; then
157 echo "are: "${driveunits}
  /src/distrib/alpha/instkernel/ramdisk/
upgrade.sh 94 driveunits=`echo /dev/[sw]d?a | sed -e 's,/dev/\(...\)a,\1,g'`
95 if [ "X${driveunits}" = "X" ]; then
105 echo " "${driveunits}
114 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
115 if [ "X${driveunits}" = "X${otherdrives}" ]; then
118 echo "are: "${driveunits}
install.sh 129 driveunits=`echo /dev/${drivetype}?a | sed -e 's,/dev/\(...\)a,\1,g'`
130 if [ "X${driveunits}" = "X" ]; then
142 echo " "${driveunits}
149 otherdrives=`echo "${driveunits}" | sed -e s,${resp},,`
150 if [ "X${driveunits}" = "X${otherdrives}" ]; then
153 echo "are: "${driveunits}

Completed in 15 milliseconds