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.32 (reque...



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

description:
Pullup rev 1.32 (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/md.c |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r cced15078258 -r e0b4fa141791 distrib/utils/sysinst/arch/sparc/md.c
--- a/distrib/utils/sysinst/arch/sparc/md.c     Thu Feb 20 06:57:02 2003 +0000
+++ b/distrib/utils/sysinst/arch/sparc/md.c     Thu Feb 20 06:57:17 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.29 2002/02/03 22:21:56 skrll Exp $    */
+/*     $NetBSD: md.c,v 1.29.2.1 2003/02/20 06:57:17 jmc Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -139,13 +139,6 @@
 int
 md_post_newfs(void)
 {
-       /*
-        * Create a symlink of netbsd to netbsd.GENERIC
-        * XXX This is... less than ideal... but there is no md hook between
-        * get_and_unpack_sets() and sanity_check(), and we do not want to
-        * change kern.tgz until we replace the miniroot install
-        */
-       symlink("netbsd.GENERIC",target_expand("/netbsd"));
 
        /* boot blocks ... */
        msg_display(MSG_dobootblks, diskdev);
@@ -239,10 +232,14 @@
 md_set_no_x()
 {
 
-       toggle_getit (8);
-       toggle_getit (9);
+       /*
+        * Don't forget to update the the set choice lists
+        * in the menus.md.* as well!
+        */
        toggle_getit (10);
        toggle_getit (11);
        toggle_getit (12);
        toggle_getit (13);
+       toggle_getit (14);
+       toggle_getit (15);
 }



Home | Main Index | Thread Index | Old Index