NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/46812 CVS commit: src/distrib/sparc/miniroot
The following reply was made to PR install/46812; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: install-manager%NetBSD.org@localhost, isaki%pastel-flower.jp@localhost,
tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/46812 CVS commit: src/distrib/sparc/miniroot
Date: Sat, 18 Aug 2012 19:23:01 +0900
mrg@ wrote:
> Module Name: src
> Committed By: mrg
> Date: Sat Aug 18 09:33:31 UTC 2012
>
> Modified Files:
> src/distrib/sparc/miniroot: Makefile.inc
>
> Log Message:
> add ipty to the list of MAKEDEVTARGETS. should fix PR#46812.
> certainly makes the qemu/sparc install work for me with netbsd-6.
Have you tried install iso?
Doesn't "all" target for miniroot create all pty devices?
I think the problem is
>> MAKEDEVTARGETS= floppy
line in src/distrib/sparc/ramdisk/Makefile for bootfs/instfs,
so the correct fix is to change opty to ipty in "floppy" entry
in etc/etc.sparc/MAKEDEV, even for install ISO.
I'm afraid we also have to check and add "ipty" to
"floppy" or "ramdisk" targets in all MD etc/etc.${MACHINE}/MAKEDEV.conf
(and distrib/sun[23]/miniroot/Makefile etc.)
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index