Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/utils/sysinst/arch/sparc Pullup rev 1.16 (reque...



details:   https://anonhg.NetBSD.org/src/rev/bc8338e64045
branches:  netbsd-1-6
changeset: 530153:bc8338e64045
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Feb 20 06:57:29 2003 +0000

description:
Pullup rev 1.16 (requested by mrg in ticket #1177)
 Fix installation of kernel problems. PR#18502
 Also various small fixes with set selection.

diffstat:

 distrib/utils/sysinst/arch/sparc/menus.md.en |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e0b4fa141791 -r bc8338e64045 distrib/utils/sysinst/arch/sparc/menus.md.en
--- a/distrib/utils/sysinst/arch/sparc/menus.md.en      Thu Feb 20 06:57:17 2003 +0000
+++ b/distrib/utils/sysinst/arch/sparc/menus.md.en      Thu Feb 20 06:57:29 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.en,v 1.15 2001/11/29 23:21:02 thorpej Exp $   */
+/*     $NetBSD: menus.md.en,v 1.15.2.1 2003/02/20 06:57:29 jmc Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -55,6 +55,7 @@
        option "Change h", action { editpart = H;}, sub menu edfspart;
        option "Set new allocation size", action { reask_sizemult(dlcylsize); };
  
+/* don't forget to update md.c if these change numbers */
 menu md_distcustom, x=26, y=5, exit, title "Selection toggles inclusion";
        display action { show_cur_distsets (); };
        option  "Kernel (GENERIC)",      action { toggle_getit (0); };



Home | Main Index | Thread Index | Old Index