summaryrefslogtreecommitdiff
blob: 6bbbb0ba3d543a06d6028f57cb74c34171852234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-----------------------------------------------------
Your system seems to be missing critical device files
in /dev!  Although you may be running udev or devfs,
the root partition is missing these required files!

To rectify this situation, please do the following:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a --remove-destination /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit

You may refer to these instructions at /etc/issue.
If you previously had an issue file, it has been
backed up at /etc/issue.devfix.  Once you've fixed
your system, you will have to restore your old issue
file in order to get rid of this warning.

Thanks for using Gentoo! :)
https://bugs.gentoo.org/40987
-----------------------------------------------------