devfs
[Top] [All Lists]

missing /dev/systty, /dev/ram for mkinitrd

To: devfs@xxxxxxxxxxx
Subject: missing /dev/systty, /dev/ram for mkinitrd
From: "Randall A. Jones" <Randall.A.Jones@xxxxxxxxxxxxx>
Date: Mon, 10 Sep 2001 15:25:36 -0400
Organization: Scientific Visualization Studio
Sender: owner-devfs@xxxxxxxxxxx
Hello.

I am trying to install a new kernel. I need to create a new initrd image
for booting from SCSI.

first, loopback device files aren't present at boot until I manually do
modprobe loop.
then
mkinitrd complains:
--
mkinitrd -f --with=loop initrd-2.2.15-3SGI_39_2G.img 2.2.15-3SGI_39_2G
cp: /dev/ram: No such file or directory
cp: /dev/systty: No such file or directory
--

mkinitrd must be looking for the old device files?

system stats:
kernel 2.2.15-3SGI_39 (sgi ProPack 1.3, VWE)
mkinitrd: version 2.4.1
devfsd: Linux device filesystem daemon v1.3.8

In the old static /dev,
/dev/systty is the same as /dev/tty0
/dev/ram is same as /dev/ram1
in the newest devfs /dev, 
tty0 is a link to vc/0
/dev/tty0 -> vc/0
/dev/ram1 -> rd/1

can I tell/configure devfs/devfsd to use (or add links) the old names
without breaking current functionality.


Thanks!
Randy
-- 
__________________________________________________________________
   Scientific Visualization Studio                         

     _/_/_/_/ _|    _/ _/_/_/_/  NASA Goddard Space Flight Center
    _/        _|   _/ _/        Code 935           301-286-2239
   _/_/_/_/   _|  _/ _/_/_/_/  Randall A. Jones           GST
        _/    _| _/       _/  Randall.A.Jones@xxxxxxxxxxxxx
 _/_/_/_/     _|_/ _/_/_/_/  http://svs.gsfc.nasa.gov
__________________________________________________________________

<Prev in Thread] Current Thread [Next in Thread>