[BACK]Return to install.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / miniroot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/miniroot/install.sh between version 1.25 and 1.25.46.1

version 1.25, 2009/09/20 22:44:06 version 1.25.46.1, 2018/09/30 01:45:03
Line 377  mount_fs /tmp/fstab.shadow
Line 377  mount_fs /tmp/fstab.shadow
   
 mount | while read line; do  mount | while read line; do
         set -- $line          set -- $line
         if [ "$2" = "/" -a "$3" = "nfs" ]; then          if [ "$2" = "/" ] && [ "$3" = "nfs" ]; then
                 echo "You appear to be running diskless."                  echo "You appear to be running diskless."
                 echo -n "Are the install sets on one of your currently mounted filesystems? [n] "                  echo -n "Are the install sets on one of your currently mounted filesystems? [n] "
                 getresp "n"                  getresp "n"

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.25.46.1

CVSweb <webmaster@jp.NetBSD.org>