Port-hp300 archive

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

Re: 5.0 install with CD



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)

Could you please the following change?
I guess you can edit /install.md on miniroot environment.

---
Index: install.md
===================================================================
RCS file: /cvsroot/src/distrib/hp300/miniroot/install.md,v
retrieving revision 1.13
diff -u -r1.13 install.md
--- install.md  30 Apr 2008 13:10:48 -0000      1.13
+++ install.md  3 May 2009 13:41:52 -0000
@@ -75,7 +75,7 @@
 
 md_get_cddevs() {
        # return available CD-ROM devices
-       dmesg | awk -F : '/^cd[0-9]*:.*cdrom/ { print $1; }' | sort -u
+       dmesg | awk -F : '/^cd[0-9]*:/ { print $1; }' | sort -u
 }
 
 md_get_ifdevs() {

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index