[BACK]Return to menus.mi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

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

Diff for /src/distrib/utils/sysinst/Attic/menus.mi between version 1.32 and 1.32.2.1

version 1.32, 2008/04/28 20:22:53 version 1.32.2.1, 2008/09/18 04:41:22
Line 131  menu mountoptions, title MSG_toggle, y=5
Line 131  menu mountoptions, title MSG_toggle, y=5
                 menu->numopts = actual_numopt -                  menu->numopts = actual_numopt -
                         (((partinfo *)arg)->pi_fstype !=  FS_BSDFFS);                          (((partinfo *)arg)->pi_fstype !=  FS_BSDFFS);
         };          };
           option "softdep", exit, action
                   { ((partinfo *)arg)->pi_flags ^= PIF_SOFTDEP; };
           option "log", exit, action
                   { ((partinfo *)arg)->pi_flags ^= PIF_LOG; };
         option "async", exit, action          option "async", exit, action
                 { ((partinfo *)arg)->pi_flags ^= PIF_ASYNC; };                  { ((partinfo *)arg)->pi_flags ^= PIF_ASYNC; };
         option "noatime", exit, action          option "noatime", exit, action
Line 143  menu mountoptions, title MSG_toggle, y=5
Line 147  menu mountoptions, title MSG_toggle, y=5
                 { ((partinfo *)arg)->pi_flags ^= PIF_NOEXEC; };                  { ((partinfo *)arg)->pi_flags ^= PIF_NOEXEC; };
         option "nosuid", exit, action          option "nosuid", exit, action
                 { ((partinfo *)arg)->pi_flags ^= PIF_NOSUID; };                  { ((partinfo *)arg)->pi_flags ^= PIF_NOSUID; };
         option "softdep", exit, action  
                 { ((partinfo *)arg)->pi_flags ^= PIF_SOFTDEP; };  
   
 menu netbsd, title MSG_NetBSD_VERSION_Install_System, y=-1,  menu netbsd, title MSG_NetBSD_VERSION_Install_System, y=-1,
     exit, exitstring MSG_Exit_Install_System;      exit, exitstring MSG_Exit_Install_System;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.32.2.1

CVSweb <webmaster@jp.NetBSD.org>