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/i386 Pull up revision 1.37 (...



details:   https://anonhg.NetBSD.org/src/rev/f77677dccd79
branches:  netbsd-1-6
changeset: 528622:f77677dccd79
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 29 14:47:35 2002 +0000

description:
Pull up revision 1.37 (requested by grant in ticket #554):
allow partitions i-p to be modified, from Masanori Kanaoka in
port-i386/17689, with minor changes by me.

diffstat:

 distrib/utils/sysinst/arch/i386/menus.md.en |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r d2660f2f60b9 -r f77677dccd79 distrib/utils/sysinst/arch/i386/menus.md.en
--- a/distrib/utils/sysinst/arch/i386/menus.md.en       Mon Jul 29 14:46:33 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.en       Mon Jul 29 14:47:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.md.en,v 1.36 2001/11/29 23:20:58 thorpej Exp $   */
+/*     $NetBSD: menus.md.en,v 1.36.2.1 2002/07/29 14:47:35 lukem Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -209,6 +209,14 @@
        option "Change f", action { editpart = F;}, sub menu edfspart;
        option "Change g", action { editpart = G;}, sub menu edfspart;
        option "Change h", action { editpart = H;}, sub menu edfspart;
+       option "Change i", action { editpart = I;}, sub menu edfspart;
+       option "Change j", action { editpart = J;}, sub menu edfspart;
+       option "Change k", action { editpart = K;}, sub menu edfspart;
+       option "Change l", action { editpart = L;}, sub menu edfspart;
+       option "Change m", action { editpart = M;}, sub menu edfspart;
+       option "Change n", action { editpart = N;}, sub menu edfspart;
+       option "Change o", action { editpart = O;}, sub menu edfspart;
+       option "Change p", action { editpart = P;}, sub menu edfspart;
        option "Set new allocation size", action { reask_sizemult(dlcylsize); };
  
 



Home | Main Index | Thread Index | Old Index