Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96725 - splashutils: mkdev doesn't exist
Summary: splashutils: mkdev doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 12:54 UTC by Harald van Dijk (RETIRED)
Modified: 2005-06-23 07:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald van Dijk (RETIRED) gentoo-dev 2005-06-21 12:54:47 UTC
emerge splashutils
[...]
 * It appears that the /dev/tty1 character device doesn't exist on
 * the root filesystem. This will prevent the silent mode from working
 * properly. You can fix the problem by doing:
 *   mount --bind / /lib/splash/tmp
 *   mkdev /lib/splash/tmp/dev/tty1 c 4 1
 *   umount /lib/splash/tmp
[...]

There's no mkdev command (not here anyway); mkdev should be replaced with mknod.

Reproducible: Always
Steps to Reproduce:
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-06-23 07:46:34 UTC
Right. I'm sorry for this stupid mistake of mine :)