/dev/ram0: no such device or address
Brought to you by:
tfawcett
This is a test post, as i don't currently see any others...
The call to open() fails when i run make_root_fs:
open(FD, /dev/ram0): no such device or address at
/lib/yard/yard_utils.pl line 242.
I've recreated all the /dev/ram* devices with
`/dev/MAKEDEV ram`
Any ideas?
Thanks,
Brett
Logged In: NO
compile Ram support into the Kernel options of your block
devices.
Zeno
Logged In: NO
Brett,
change the line in where it says /dev/ram0 in the
Configure.pl.in to whatever your symbolic link is
eg "/dev/rd/0"
then go through the make make install
John