commit:     2e5afe86d2134937572a3dd78341de14e8a814d5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 01:20:51 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 01:20:51 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=2e5afe86

Update ChangeLog

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 ChangeLog | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 117 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f51e31f0..ff099a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+commit 5c926abe03ba6e17ba58faa71a512b3f6db90b19
+Author: Mike Gilbert <[email protected]>
+Commit: Mike Gilbert <[email protected]>
+
+    Makefile: create /dev/console and /dev/null in the layout target
+    
+    Bug: https://bugs.gentoo.org/909664
+    Signed-off-by: Mike Gilbert <[email protected]>
+
+commit 60664bef0aae2e1975a18a8cdecee02bcbf0a730
+Author: Mike Gilbert <[email protected]>
+Commit: Mike Gilbert <[email protected]>
+
+    Makefile: simplify creation of /root, /tmp, /var/tmp
+    
+    Signed-off-by: Mike Gilbert <[email protected]>
+
+commit 8982430a505574a5d8869d45a5bee699fc2abebf
+Author: Sam James <[email protected]>
+Commit: Sam James <[email protected]>
+
+    share/issue.devfix: tweak whitespace, use HTTPS
+    
+    Signed-off-by: Sam James <[email protected]>
+
+commit 078b1b75dc5cc4595d835e3344ac6668ddf73f7f
+Author: Sam James <[email protected]>
+Commit: Sam James <[email protected]>
+
+    etc/profile: fix trailing whitespace
+    
+    Signed-off-by: Sam James <[email protected]>
+
+commit 77016216767358d9892b1736439ee60b9b197221
+Author: Sam James <[email protected]>
+Commit: Sam James <[email protected]>
+
+    share/fstab: fix whitespace
+    
+    As Matt pointed out on the PR.
+    
+    Fixes: aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
+    Signed-off-by: Sam James <[email protected]>
+
+commit 4040300c749f6cab84bdfa9c12ec72b113568865
+Author: Florian Schmaus <[email protected]>
+Commit: Sam James <[email protected]>
+
+    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 <[email protected]>
+    Signed-off-by: Florian Schmaus <[email protected]>
+    Closes: https://github.com/gentoo/baselayout/pull/4
+    Signed-off-by: Sam James <[email protected]>
+
+commit 94aa297486ca7ace7fa3bcce2889bba6a892424c
+Author: Florian Schmaus <[email protected]>
+Commit: Sam James <[email protected]>
+
+    share/fstab: make comment regarding pass number a NOTE
+    
+    Signed-off-by: Florian Schmaus <[email protected]>
+    Signed-off-by: Sam James <[email protected]>
+
+commit 0979cb590cd99ecf298fc3de4b0c20d33251b717
+Author: Florian Schmaus <[email protected]>
+Commit: Sam James <[email protected]>
+
+    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 <[email protected]>
+    Signed-off-by: Sam James <[email protected]>
+
+commit aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
+Author: Florian Schmaus <[email protected]>
+Commit: Sam James <[email protected]>
+
+    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 <[email protected]>
+    Signed-off-by: Sam James <[email protected]>
+
+commit 0613954c3960f6d07f2550494480d38a0341cde2
+Author: Mike Gilbert <[email protected]>
+Commit: Mike Gilbert <[email protected]>
+
+    passwd: update home directory for portage user
+    
+    Signed-off-by: Mike Gilbert <[email protected]>
+
+commit 3bfcd8238abf92146a7e17b44625ea1e5325230c
+Author: Mike Gilbert <[email protected]>
+Commit: Mike Gilbert <[email protected]>
+
+    Update ChangeLog
+    
+    Signed-off-by: Mike Gilbert <[email protected]>
+
 commit bc22069d1a41eeec6e22ba9bf391412a0244f5a7
 Author: Mike Gilbert <[email protected]>
 Commit: Mike Gilbert <[email protected]>
@@ -179,18 +296,3 @@ Commit: William Hubbs <[email protected]>
     typo fix
     
     Signed-off-by: William Hubbs <[email protected]>
-
-commit ffb9e602847f4f196d6366dd1f982046853b29f4
-Author: orbea <[email protected]>
-Commit: William Hubbs <[email protected]>
-
-    etc/shells: Add yash to login shells
-    
-    Yash, yet another shell, is a POSIX-compliant command line shell
-    written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most
-    POSIX-compliant shell in the world while supporting features for daily
-    interactive and scripting use.
-    
-    Closes: https://github.com/gentoo/baselayout/pull/1
-    Signed-off-by: orbea <[email protected]>
-    Signed-off-by: William Hubbs <[email protected]>

Reply via email to