Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo 2006.0 and udev
Date: Fri, 25 Aug 2006 21:26:43
Message-Id: 44EF6920.2070004@googlemail.com
In Reply to: Re: [gentoo-user] Gentoo 2006.0 and udev by Dale
1 > I have mine set to no and it is full of stuff. According to Konqueror
2 > it has 654 files and 13 folders. Is that right? That is a lot of stuff.
3
4 I think it is.
5
6 After setting RC_DEVICE_TARBALL to "no" and removing everything except
7 /dev/console and /dev/null by using the gentoo live-cd, the number of my
8 devices decreased to 850 from formerly 5200.
9
10 A note for everybody who uses gensplash and splashutils. After i deleted
11 the device files and rebooted the silent mode refused to work. So i
12 decided to reemerge splashutils. But this is not necessary. After
13 installing, the ebuild checks for missing devices, which was in my case
14 /dev/tty1.
15
16 Here is the output from emerge which solved my problem!
17
18 It appears that the /dev/tty1 character device doesn't exist on
19 the root filesystem. This will prevent the silent mode from working
20 properly. You can fix the problem by doing:
21
22 mount --bind / /lib/splash/tmp
23 mknod /lib/splash/tmp/dev/tty1 c 4 1
24 umount /lib/splash/tmp
25
26 I hope this helps to avoid confusion!
27
28 Daniel
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo 2006.0 and udev Dale <teendale@×××××××××××××.com>