Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Add the ability to install the KUROBOX...



details:   https://anonhg.NetBSD.org/src/rev/c9c34275e238
branches:  trunk
changeset: 785605:c9c34275e238
user:      he <he%NetBSD.org@localhost>
date:      Sat Mar 23 11:50:02 2013 +0000

description:
Add the ability to install the KUROBOX_PRO kernel.
Adds the ability to handle 9 different kernel sets (was 8).

diffstat:

 distrib/utils/sysinst/arch/evbarm/md.h      |  3 ++-
 distrib/utils/sysinst/arch/evbarm/msg.md.de |  4 +++-
 distrib/utils/sysinst/arch/evbarm/msg.md.en |  4 +++-
 distrib/utils/sysinst/arch/evbarm/msg.md.es |  4 +++-
 distrib/utils/sysinst/arch/evbarm/msg.md.fr |  4 +++-
 distrib/utils/sysinst/arch/evbarm/msg.md.pl |  4 +++-
 distrib/utils/sysinst/util.c                |  5 ++++-
 7 files changed, 21 insertions(+), 7 deletions(-)

diffs (126 lines):

diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/md.h
--- a/distrib/utils/sysinst/arch/evbarm/md.h    Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/md.h    Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.20 2013/03/19 22:16:54 garbled Exp $  */
+/*     $NetBSD: md.h,v 1.21 2013/03/23 11:50:03 he Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -61,6 +61,7 @@
 #define SET_KERNEL_6_NAME      "kern-TEAMASA_NPWR"
 #define SET_KERNEL_7_NAME      "kern-TS7200"
 #define SET_KERNEL_8_NAME      "kern-RPI"
+#define SET_KERNEL_9_NAME      "kern-KUROBOX_PRO"
 #define SET_KERNEL_RPI         SET_KERNEL_8
 
 #define MD_SETS_SELECTED SET_SYSTEM
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/msg.md.de
--- a/distrib/utils/sysinst/arch/evbarm/msg.md.de       Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/msg.md.de       Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.de,v 1.12 2013/03/19 22:16:54 garbled Exp $     */
+/*     $NetBSD: msg.md.de,v 1.13 2013/03/23 11:50:03 he Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -88,6 +88,8 @@
 {Kernel (TS7200)}
 message set_kernel_8
 {Kernel (RPI)}
+message set_kernel_9
+{Kernel (KUROBOX_PRO)}
 
 message nomsdospart
 {There is no MSDOS boot partition in the MBR partition table.}
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/msg.md.en
--- a/distrib/utils/sysinst/arch/evbarm/msg.md.en       Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/msg.md.en       Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.14 2013/03/19 22:16:54 garbled Exp $     */
+/*     $NetBSD: msg.md.en,v 1.15 2013/03/23 11:50:03 he Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -84,6 +84,8 @@
 {Kernel (TS7200)}
 message set_kernel_8
 {Kernel (RPI)}
+message set_kernel_9
+{Kernel (KUROBOX_PRO)}
 
 message nomsdospart
 {There is no MSDOS boot partition in the MBR partition table.}
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/msg.md.es
--- a/distrib/utils/sysinst/arch/evbarm/msg.md.es       Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/msg.md.es       Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.es,v 1.11 2013/03/19 22:16:54 garbled Exp $     */
+/*     $NetBSD: msg.md.es,v 1.12 2013/03/23 11:50:03 he Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -87,6 +87,8 @@
 {Núcleo (TS7200)}
 message set_kernel_8
 {N\xfacleo (RPI)}
+message set_kernel_9
+{Núcleo (KUROBOX_PRO)}
 
 message nomsdospart
 {There is no MSDOS boot partition in the MBR partition table.}
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/msg.md.fr
--- a/distrib/utils/sysinst/arch/evbarm/msg.md.fr       Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/msg.md.fr       Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.13 2013/03/19 22:16:54 garbled Exp $     */
+/*     $NetBSD: msg.md.fr,v 1.14 2013/03/23 11:50:03 he Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -87,6 +87,8 @@
 {Kernel (TS7200)}
 message set_kernel_8
 {Kernel (RPI)}
+message set_kernel_9
+{Kernel (KUROBOX_PRO)}
 
 message nomsdospart
 {There is no MSDOS boot partition in the MBR partition table.}
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/arch/evbarm/msg.md.pl
--- a/distrib/utils/sysinst/arch/evbarm/msg.md.pl       Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/arch/evbarm/msg.md.pl       Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.pl,v 1.11 2013/03/19 22:16:54 garbled Exp $     */
+/*     $NetBSD: msg.md.pl,v 1.12 2013/03/23 11:50:03 he Exp $  */
 /* Based on english version: */
 /*     NetBSD: msg.md.en,v 1.2 2002/04/02 17:02:54 thorpej Exp */
 
@@ -86,6 +86,8 @@
 {Kernel (TS7200)}
 message set_kernel_8
 {Kernel (RPI)}
+message set_kernel_9
+{Kernel (KUROBOX_PRO)}
 
 message nomsdospart
 {There is no MSDOS boot partition in the MBR partition table.}
diff -r e5d651a49bfd -r c9c34275e238 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Sat Mar 23 05:31:29 2013 +0000
+++ b/distrib/utils/sysinst/util.c      Sat Mar 23 11:50:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.182 2013/03/16 22:16:02 christos Exp $      */
+/*     $NetBSD: util.c,v 1.183 2013/03/23 11:50:02 he Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -118,6 +118,9 @@
 #ifdef SET_KERNEL_8_NAME
        {SET_KERNEL_8_NAME,     SET_KERNEL_8,           MSG_set_kernel_8, NULL},
 #endif
+#ifdef SET_KERNEL_9_NAME
+       {SET_KERNEL_9_NAME,     SET_KERNEL_9,           MSG_set_kernel_9, NULL},
+#endif
 
        {"modules",             SET_MODULES,            MSG_set_modules, NULL},
        {"base",                SET_BASE,               MSG_set_base, NULL},



Home | Main Index | Thread Index | Old Index