> I am trying to build a root_fs with rootstrap. Yet rootstrap gets > stuck after > > Mounted devfs on /dev > > and nothing seems to happen. All the processes seems to fall asleep. > Pinging the tap0 interface works but not the uml side of the > connection. > No network traffic seems to take place, which is why I believe this is > not a firewall issue. > > Any hints or URLs? What should occur after the mounting of > the devfs? > Any logs that were obtained with -o logFile for a similar > settings will > be appreciated. >
From http://www.mail-archive.com/[EMAIL PROTECTED]/msg02791.htm l: <quote> you've given root=/dev/ubd0, and VFS mounted it fine .. then fsck can't find /dev/ubd/0 ? It'd appear your image is configured to use devfs - mount your image with mount -o loop then edit /etc/fstab to use /dev/ubd0 instead of /dev/ubd/0 </quote> Maybe relevent... Hope this helps, anyway. Regards, Offer Kaye ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
