Izumi Tsutsui schrieb:
I couldn't follow your notice. I have done the installation according to the Installation notesdoomwarriorx%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)
no that is sadly not possible. But I have entered both commands in the shell:Could you please the following change? I guess you can edit /install.md on miniroot environment.
# 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