|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: fc7 installation with Rinse
this is more comestic
for i in console null zero ; do MAKEDEV -d /mnt/dev -x $i ; done
--------------------
Itamar Reis Peixoto
e-mail/msn: itamar@xxxxxxxxxxxxxxxx
skype: itamarjp
icq: 81053601
+55 34 3238 3845
+55 11 4063 5033
----- Original Message -----
From: "Steve Kemp" <steve@xxxxxxxxxxxx>
To: "Mattia Martinello" <mattia@xxxxxxxxxxxxxxxxxxxx>
Cc: <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 23, 2007 12:19 PM
Subject: [Xen-users] Re: fc7 installation with Rinse
On Thu Aug 23, 2007 at 17:06:10 +0200, Mattia Martinello wrote:
The system was installed without any problem, but the /dev directory is
empty.
Why? How I can create the devices in /dev with Rinse?
Mount the partition, then run:
cd dev && MAKEDEV console
cd dev && MAKEDEV generic
cd dev && MAKEDEV null
cd dev && MAKEDEV zero
That should do the job. Let me know if it does and I'll look
at seeing if there is a bug somewhere ...
Steve
--
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|