Module Name: src Committed By: tsutsui Date: Sun Apr 28 08:08:04 UTC 2013
Modified Files: src/distrib/hp300/ramdisk: Makefile src/etc/etc.hp300: MAKEDEV.conf Log Message: Fix yet another "openpty() failed" error during sysinst. Prepare a new entry for ramdisk that includes ipty target in etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile. See also PR/46812, PR/47123, and PR/47774. We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does, but it's better to shrink ramdisk size as much as possible. Should be pulled up to both netbsd-6 and netbsd-6-0. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/distrib/hp300/ramdisk/Makefile cvs rdiff -u -r1.13 -r1.14 src/etc/etc.hp300/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.