* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-06-26 19:29 Mike Gilbert
0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2023-06-26 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 0613954c3960f6d07f2550494480d38a0341cde2
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 19:29:21 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 19:29:21 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=0613954c
passwd: update home directory for portage user
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
share/passwd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/passwd b/share/passwd
index 28b54e85..f11cb3ba 100644
--- a/share/passwd
+++ b/share/passwd
@@ -9,5 +9,5 @@ halt:x:7:0:halt:/sbin:/sbin/halt
news:x:9:13:news:/var/spool/news:/bin/false
uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
operator:x:11:0:operator:/root:/sbin/nologin
-portage:x:250:250:portage:/var/tmp/portage:/bin/false
+portage:x:250:250:portage:/var/lib/portage/home:/bin/false
nobody:x:65534:65534:nobody:/var/empty:/bin/false
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:04 UTC (permalink / raw
To: gentoo-commits
commit: 0979cb590cd99ecf298fc3de4b0c20d33251b717
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 06:58:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:02:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=0979cb59
share/fstab: move fstable header right above example entries
Move the fstable table header right above the commented-out example
fstab entries. Also split "<dump/pass>" into "<dump> <pass>", since
those are two different fields (see fstab(5)).
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/fstab | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/share/fstab b/share/fstab
index 7fd7852e..a579fb10 100644
--- a/share/fstab
+++ b/share/fstab
@@ -4,9 +4,6 @@
#
# See the manpage fstab(5) for more information.
#
-
-# <fs> <mountpoint> <type> <opts> <dump/pass>
-
#
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
@@ -16,6 +13,8 @@
# documentation for details on setting a label. To obtain the UUID, use
# the blkid(8) command.
+# <fs> <mountpoint> <type> <opts> <dump> <pass>
+
#LABEL=boot /boot ext4 defaults 1 2
#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 defaults 0 1
#LABEL=swap none swap sw 0 0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:04 UTC (permalink / raw
To: gentoo-commits
commit: 94aa297486ca7ace7fa3bcce2889bba6a892424c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 07:00:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:02:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=94aa2974
share/fstab: make comment regarding pass number a NOTE
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/fstab | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/share/fstab b/share/fstab
index a579fb10..10b8d757 100644
--- a/share/fstab
+++ b/share/fstab
@@ -1,10 +1,11 @@
# /etc/fstab: static file system information.
-# The root filesystem should have a pass number of either 0 or 1.
-# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
#
+# NOTE: The root filesystem should have a pass number of either 0 or 1.
+# All other filesystems should have a pass number of 0 or greater than 1.
+#
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
#
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:04 UTC (permalink / raw
To: gentoo-commits
commit: aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 06:55:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:02:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=aaf5ebb6
share/fstab: drop reiserfs references and noatime, use defaults
ReiserFS was deprecated in Linux 5.18 and slated for removal in 2025.
Using 'noatime' does seldom really bring any noticeable performance
benefit. The default of 'relatime', which Linux supports for a long
time, is a good compromise. Having an (coarse-grained) atime allows
for certain use cases. For example, a tool that detects unused
packages in a system and suggest them for removal.
A generic configuration file like this should simply use the
defaults. Especially if those are sane ones. No need to continue the
noatime cargo cult.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/fstab | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/share/fstab b/share/fstab
index 62dd22e5..7fd7852e 100644
--- a/share/fstab
+++ b/share/fstab
@@ -1,10 +1,4 @@
# /etc/fstab: static file system information.
-#
-# noatime turns off atimes for increased performance (atimes normally aren't
-# needed); notail increases performance of ReiserFS (at the expense of storage
-# efficiency). It's safe to drop the noatime options if you want and to
-# switch between notail / tail freely.
-#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
@@ -13,7 +7,6 @@
# <fs> <mountpoint> <type> <opts> <dump/pass>
-# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
@@ -23,7 +16,7 @@
# documentation for details on setting a label. To obtain the UUID, use
# the blkid(8) command.
-#LABEL=boot /boot ext4 noauto,noatime 1 2
-#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1
+#LABEL=boot /boot ext4 defaults 1 2
+#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 defaults 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:04 UTC (permalink / raw
To: gentoo-commits
commit: 4040300c749f6cab84bdfa9c12ec72b113568865
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 07:01:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:02:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=4040300c
share/fstab: make example root filesystem entry use xfs
The new default of the handbook is xfs, so follow that in baselayout's
fstab.
Suggested-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Closes: https://github.com/gentoo/baselayout/pull/4
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/fstab | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/fstab b/share/fstab
index 10b8d757..3db8396a 100644
--- a/share/fstab
+++ b/share/fstab
@@ -17,6 +17,6 @@
# <fs> <mountpoint> <type> <opts> <dump> <pass>
#LABEL=boot /boot ext4 defaults 1 2
-#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 defaults 0 1
+#UUID=58e72203-57d1-4497-81ad-97655bd56494 / xfs defaults 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:04 UTC (permalink / raw
To: gentoo-commits
commit: 77016216767358d9892b1736439ee60b9b197221
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 04:04:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:04:08 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=77016216
share/fstab: fix whitespace
As Matt pointed out on the PR.
Fixes: aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/fstab | 1 -
1 file changed, 1 deletion(-)
diff --git a/share/fstab b/share/fstab
index 3db8396a..9af58b0a 100644
--- a/share/fstab
+++ b/share/fstab
@@ -2,7 +2,6 @@
#
# See the manpage fstab(5) for more information.
#
-#
# NOTE: The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share/
@ 2023-07-08 4:08 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-08 4:08 UTC (permalink / raw
To: gentoo-commits
commit: 8982430a505574a5d8869d45a5bee699fc2abebf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 04:08:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 04:08:01 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=8982430a
share/issue.devfix: tweak whitespace, use HTTPS
Signed-off-by: Sam James <sam <AT> gentoo.org>
share/issue.devfix | 18 +++++++++---------
1 file 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
-----------------------------------------------------
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-08 4:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08 4:08 [gentoo-commits] proj/baselayout:master commit in: share/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-07-08 4:04 Sam James
2023-07-08 4:04 Sam James
2023-07-08 4:04 Sam James
2023-07-08 4:04 Sam James
2023-07-08 4:04 Sam James
2023-06-26 19:29 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox