On Sep 14, 5:23pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/etc
| Here is a patch that changes MAKEDEV to: | | - not include "{i,o,}pty" on any arch in the "all" target | - mount a ptyfs on top of a tmpfs /dev if the latter is created and | populated due to missing /dev/console by init | | Since our ptyfs implementation currently only allows a single instance, this | can not lead to double mounted ptyfs even if /etc/fstab contains another | instance. However, it will (of course) fail if mount_ptyfs is not available | or support for the filesystem is missing (non modular kernel w/o proper | option). | | What do you think? Looks good to me. christos