On Thursday 04 August 2005 23:13, Ernie Fontes wrote:
> > Blaisorblade wrote:
> >
> > On Thursday 04 August 2005 17:36, Ruaidhri Power wrote:
> > > On Thu, Aug 04, 2005 at 11:06:19AM -0400, Ernie Fontes wrote:
> > > > devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
> > > > devfs: devfs_debug: 0x0
> > > > devfs: boot_options: 0x1

> > > It looks like init is running gettys on non-existent ttys.  I
> > > downloaded that Redhat image, and its /etc/inittab looks as follows:
> > >
> > >     0:2345:respawn:/sbin/mingetty ttys/0
> > >     1:2345:respawn:/sbin/mingetty ttys/1
> > >     2:2345:respawn:/sbin/mingetty ttys/2
> > >     c:2345:respawn:/sbin/mingetty serial/0

> > DevFS will go away in 2.6.13, so please stop using it.

> Well, below is the list of devices in /dev that I managed to grab with the
> aid of init=/bin/sh

> Is there another device I should switch the /etc/inittab to?
While you use DevFS, you can use /dev/vc/N:

2:2345:respawn:/sbin/mingetty vc/2
> Or should I 
> disable devfs?  How exactly do I disable devfs, do I just recompile UML
> without devfs in the kernel?
Yes, or even simpler, pass devfs=nomount to the boot, and then in inittab:

2:2345:respawn:/sbin/mingetty tty2

and in fstab, replace /dev/ubd/0 with /dev/ubd0 and so on.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

                
___________________________________ 
Yahoo! Messenger: chiamate gratuite in tutto il mondo 
http://it.beta.messenger.yahoo.com



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to