Port-hp300 archive

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

Re: 5.0 install with CD





Izumi Tsutsui schrieb:
doomwarriorx%gmail.com@localhost wrote:

Installing from a miniroot installed on swap. It was not possible to select packages from cd. The scsi-cd0 was found at boot time and it was possible to mount the cdrom and copy data from it. I'm wondering why the install script couldn't find any sets on the NetBSD 5.0 hp300.iso?

Hmm, no one has tried miniroot installation since MI SCSI migration?
(sysinst based netbsd-RAMDISK kernel is easier to install)

I couldn't follow your notice. I have done the installation according to the Installation notes
Could you please the following change?
I guess you can edit /install.md on miniroot environment.
no that is sadly not possible. But I have entered both commands in the shell:

# dmesg | awk -F : '/^cd[0-9]*:.*cdrom/ { print $1; }' | sort -u
# dmesg | awk -F : '/^cd[0-9]*:/ { print $1; }' | sort -u
cd0
#

That is an improvement :-)

Best Regards
Stephan


Home | Main Index | Thread Index | Old Index