-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Thierry Vignaud
Sent: Monday, August 19, 2002 3:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] dev-3.3.1 install problem
"John Johnson" <[EMAIL PROTECTED]> writes:
> /dev/hda1 -> /mnt (root partition)
> /dev/hda6 -> /usr
>
> /dev/ram3 is mounted to /
>
> After which, I ran /usr/sbin/mdk_makedev /mnt/dev
chroot /mnt
/usr/sbin/mdk_makedev /dev
"find /dev|wc -l" should report ~19k files
My /dev directory has ~16.8k files in it after executing these commands. The
system now gets further along in the boot process but now I'm getting the
following errors:
setting default font: dup2: bad file descriptor [Failed]
/etc/rc.sysinit: /dev/null: read-only file system
At which point the system halts:
John