Subject: Re: port-sun3/33720: COMPAT_SUNOS kernel option not enabled by default
To: None <port-sun3-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 06/15/2006 11:55:02
The following reply was made to PR port-sun3/33720; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: sigmfsk@aol.com
Cc: gnats-bugs@NetBSD.org, port-sun3-maintainer@NetBSD.org,
gnats-admin@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: port-sun3/33720: COMPAT_SUNOS kernel option not enabled by default
onNet...
Date: Thu, 15 Jun 2006 20:54:35 +0900
sigmfsk@aol.com wrote:
> As you expected, the kernel that remained as /netbsd after
> the install was the INSTALL kernel. Possiblythis problem
> should be converted into a documentation type problem.
Maybe, but could you please file another PR for it?
Then I'll close this one.
> For tape7 of the installI selected
> ftp://ftp4.us.netbsd.org/pub/NetBSD/NetBSD/NetBSD-3.0/sun3/binary/kernel/netbsd-GENERIC.gz
> but apparently it wasn't automatically installed.
Yes, it's actually installed if you specify kern-GENERIC.tgz set,
but the install script (you can see it in src/distrib/miniroot/install.sh
and src/distrib/sun3/miniroot/install.md) copy INSTALL kernel
again from miniroot to your target disk after extracting sets.
(you might see "Copying sun3 kernel..." message at that time)
> What should I have done during the installto have the GENERIC
> kernel installed (other than loading syssrc.tar.gz and rebuilding
> from source)?
Commenting out the cp(1) command in the install.md script?
Maybe we should add some sanity check if proper kernel is
already installed or not in md_copy_kernel(), but you can
still extract GENERIC kernel from the kern-GENERIC.tgz set
manually on your shell.
---
Izumi Tsutsui