On Monday 30 April 2012 01:28:58 William Hubbs wrote:
> On Mon, Apr 30, 2012 at 12:48:55AM -0400, Mike Frysinger wrote:
> > it leaves your system in a hard to recover state because you happened to
> > forget to check a filesystem option (which ironically isn't under
> > Filesystems in the kernel).  it's piss-poor user facing behavior.
> 
> Here's the situation.

the fact that the script leaves your system in a hard to recover state is what 
i'm whining about, not that udev requires devtmpfs.

/dev/pts isn't created, thus devpts doesn't get mounted, thus you cannot log 
in to your system to fix it.  would also be trivial to run the all of three 
commands so people could recover:
        mount -t tmpfs dev /dev
        busybox mdev -s
        mkdir /dev/pts
we already have examples of the init scripts modifying /etc/issue to notify 
login entry points that their system needs manual attention to recover.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to