[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.27.2.2 and 1.28

version 1.27.2.2, 2006/09/27 12:19:30 version 1.28, 2006/09/04 02:20:40
Line 237  menu distset, title MSG_Select_your_dist
Line 237  menu distset, title MSG_Select_your_dist
         display action { msg_display (MSG_distset); };          display action { msg_display (MSG_distset); };
         option MSG_Full_installation, exit, action { init_set_status(0);  };          option MSG_Full_installation, exit, action { init_set_status(0);  };
         option MSG_Minimal_installation, exit, action { init_set_status(1); };          option MSG_Minimal_installation, exit, action { init_set_status(1); };
         option MSG_Custom_installation, exit, action { init_set_status(1); customise_sets(); };          option MSG_Custom_installation, exit, action { };
   
 menu ftpsource, y=-4, x=0, w=70, no box, no clear,  menu ftpsource, y=-4, x=0, w=70, no box, no clear,
             exitstring MSG_Get_Distribution;              exitstring MSG_Get_Distribution;

Legend:
Removed from v.1.27.2.2  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>