summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-08 05:08:01 +0100
committerSam James <sam@gentoo.org>2023-07-08 05:08:01 +0100
commit8982430a505574a5d8869d45a5bee699fc2abebf (patch)
tree180661599f2d8ee0702867fa622d917709dfd3c0
parentetc/profile: fix trailing whitespace (diff)
downloadbaselayout-8982430a505574a5d8869d45a5bee699fc2abebf.tar.gz
baselayout-8982430a505574a5d8869d45a5bee699fc2abebf.tar.bz2
baselayout-8982430a505574a5d8869d45a5bee699fc2abebf.zip
share/issue.devfix: tweak whitespace, use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--share/issue.devfix18
1 files changed, 9 insertions, 9 deletions
diff --git a/share/issue.devfix b/share/issue.devfix
index ea7ae0c1..6bbbb0ba 100644
--- a/share/issue.devfix
+++ b/share/issue.devfix
@@ -1,7 +1,7 @@
-----------------------------------------------------
-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 !
+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
@@ -10,12 +10,12 @@ 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
+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/40987
+Thanks for using Gentoo! :)
+https://bugs.gentoo.org/40987
-----------------------------------------------------