diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 13:34:42 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 13:34:42 +0000 |
commit | b439703b4d3198f0d1c2568b3f97576d39ed914f (patch) | |
tree | 9a09d801d9be87b585b786d94b3b0bb5dd9be659 /share.Linux/issue.devfix | |
parent | 0874acb08c6ab7502bf1e50d8d8cc9adc17b1f10 (diff) |
These files belong with baselayout
Diffstat (limited to 'share.Linux/issue.devfix')
-rw-r--r-- | share.Linux/issue.devfix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/share.Linux/issue.devfix b/share.Linux/issue.devfix deleted file mode 100644 index 6ca71242..00000000 --- a/share.Linux/issue.devfix +++ /dev/null @@ -1,21 +0,0 @@ ------------------------------------------------------ -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 ! :) -http://bugs.gentoo.org/show_bug.cgi?id=40987 ------------------------------------------------------ |