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

  /src/distrib/miniroot/
install.sh 213 while read _device_name _mp; do
214 if [ "$_mp" != "swap" ]; then
340 while read _dev _mp; do
341 if [ "$_mp" = "/" ]; then
342 echo /dev/$_dev $_mp ffs rw 1 1
343 elif [ "$_mp" = "swap" ]; then
346 echo /dev/$_dev $_mp ffs rw 1 2
install.sub 183 local _mp
186 _mp=$1
189 if [ -n "$_mp" ]; then
191 Note: your filesystems are mounted under the temporary mount point \"$_mp\".
192 The pathname you are requested to enter below should NOT include the \"$_mp\"
214 if dir_has_sets "$_mp/$_dir" $THESETS
216 local_sets_dir="$_mp/$_dir"
220 The directory \"$_mp/$_dir\" does not exist, or does not hold any of the
1455 local _mp
1464 ( while read _dev _mp _fstype _rest; d
    [all...]
upgrade.sh 240 while read _dev _mp _fstype _rest ; do
247 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab
332 while read _dev _mp _fstype _rest ; do
337 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab

Completed in 16 milliseconds