Subject: Re: PR sparc/20122 (Was: default install from CD)
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Michael Wolfson <michael@nosflow.com>
List: port-sparc
Date: 02/16/2003 11:18:36
Great! I'll probably be able to try it out in a couple of days. Hopefully
before 1.6.1 is released.
-- MW
At 4:29 PM +0900 2/16/03, Izumi Tsutsui wrote:
:)In article <v03130300ba74e6cd965d@[10.0.1.3]>
:)michael@nosflow.com wrote:
:)
:)> I just tried a non-custom install of 1.6.1_RC1 based on the 20020206
:)> nightly build and sysinst does *not*, I repeat *not* install a kernel.
:)>
:)> Anyone want to try fixing this before 1.6.1 is released? It ought to be a
:)> relatively simple thing.
:)
:)The following patch would fix the problem,
:)but I can't test it right now..
:)---
:)Izumi Tsutsui
:)tsutsui@ceres.dti.ne.jp
:)
:)Index: distrib/utils/sysinst/arch/sparc/md.h
:)===================================================================
:)RCS file: /cvsroot/src/distrib/utils/sysinst/arch/sparc/md.h,v
:)retrieving revision 1.10
:)diff -u -r1.10 md.h
:)--- distrib/utils/sysinst/arch/sparc/md.h 2001/11/29 23:24:25 1.10
:)+++ distrib/utils/sysinst/arch/sparc/md.h 2003/02/16 07:26:51
:)@@ -67,7 +67,7 @@
:) EXTERN distinfo dist_list[]
:) #ifdef MAIN
:) = {
:)- {"kern-GENERIC", 0, NULL, "Kernel : "},
:)+ {"kern-GENERIC", 1, NULL, "Kernel : "},
:) {"kern-GENERIC_SCSI3", 0, NULL, "Kernel : "},
:) {"kern-GENERIC_SUN4U", 0, NULL, "Kernel : "},
:) {"base", 1, NULL, "Base : "},