[arch-projects] [initscripts] [GIT] Arch Linux initscripts repository branch master updated. 2012.05.1-8-g496fab1
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Arch Linux initscripts repository".
The branch, master has been updated via 496fab1fd454b6f8422c2c05db787977dc9d1071 (commit) via 4826ad0747f9caa8e685f819102e71845905a6a1 (commit) via 9882b6ac728255b9e17c042b3c0d57cddd0d60d8 (commit) via e09c66ded0f2d4888aafeca812dc972e52eb3972 (commit) via 854aa04187d4f65607f9b4525ca6645a0db7c9f8 (commit) via 6aae67af18fcb9af1ab47c7dd4bfd9c265f0203b (commit) via 6f3ad111dd2dc18e0d393d59e3a1b383e69d0741 (commit) via 2915407c58c4c9cc91ae778f9565e45e8466824e (commit) from 86b2cb99028d81a6cb608f09e1a31bc7744a991c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 496fab1fd454b6f8422c2c05db787977dc9d1071 Author: Tom Gundersen teg@jklm.no Date: Tue May 29 13:38:56 2012 +0200
systemd: correct some paths
Signed-off-by: Tom Gundersen teg@jklm.no
commit 4826ad0747f9caa8e685f819102e71845905a6a1 Author: Dave Reisner dreisner@archlinux.org Date: Mon May 28 10:58:43 2012 -0400
add support for modules-load.d directories
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 9882b6ac728255b9e17c042b3c0d57cddd0d60d8 Author: Tom Gundersen teg@jklm.no Date: Mon May 28 22:34:55 2012 +0200
tmpfiles: let systemd-tools ship most tmpfiles.d entries
We only have one that is initsrcipts specific. Rename the tmpfiles snippet from arch.conf to initscripts.conf as this is more accurate.
Signed-off-by: Tom Gundersen teg@jklm.no
commit e09c66ded0f2d4888aafeca812dc972e52eb3972 Author: Tom Gundersen teg@jklm.no Date: Mon May 28 22:00:55 2012 +0200
random-seed: use the systemd tool
Signed-off-by: Tom Gundersen teg@jklm.no
commit 854aa04187d4f65607f9b4525ca6645a0db7c9f8 Author: Tom Gundersen teg@jklm.no Date: Tue May 15 01:54:25 2012 +0200
vconsole: use the systemd tool
Signed-off-by: Tom Gundersen teg@jklm.no
commit 6aae67af18fcb9af1ab47c7dd4bfd9c265f0203b Author: Tom Gundersen teg@jklm.no Date: Tue May 15 01:44:52 2012 +0200
tmpfiles,sysctl,binfmt: use the systemd tools
No point in reinventing the wheel.
These and other tools are shipped in the systemd-tools package. Functionality should be unchanged, but we no longer have to maintain the code.
Signed-off-by: Tom Gundersen teg@jklm.no
commit 6f3ad111dd2dc18e0d393d59e3a1b383e69d0741 Author: Sébastien Luttringer seblu@seblu.net Date: Sun May 20 05:12:52 2012 +0200
fix /forcefsck logic with initcpio fsck hook
Currently, using "shutdown -F -r now" with fsck initcpio hook doesn't make a full fsck on reboot.
Initscripts hook check if /run/initramfs/root-fsck is present to add -M option to fsck which disable check of mounted filesystem. Initcpio doesn't check /forcefsck file and create root-fsck file with a simple fsck check.
Signed-off-by: Sébastien Luttringer seblu@seblu.net
commit 2915407c58c4c9cc91ae778f9565e45e8466824e Author: Tom Gundersen teg@jklm.no Date: Fri May 11 02:54:58 2012 +0200
console: configure console after modules have been loaded
This should probably be fixed elsewhere, but for now only configure the console once the KMS drivers have been loaded to avoid the settings getting lost.
Signed-off-by: Tom Gundersen teg@jklm.no
-----------------------------------------------------------------------
Summary of changes: Makefile | 11 +-- PKGBUILD | 2 +- arch-binfmt | 45 --------- arch-sysctl | 29 ------ arch-tmpfiles | 297 --------------------------------------------------------- functions | 50 ++++------ rc.multi | 4 +- rc.shutdown | 13 +-- rc.sysinit | 55 +++-------- tmpfiles.conf | 16 ---- 10 files changed, 39 insertions(+), 483 deletions(-) delete mode 100755 arch-binfmt delete mode 100755 arch-sysctl delete mode 100755 arch-tmpfiles
hooks/post-receive
participants (1)
-
tomegun@archlinux.org