]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Sun, 7 Jan 2018 21:41:14 +0000 (22:41 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Sun, 7 Jan 2018 21:41:14 +0000 (22:41 +0100)
conf.d/agetty
init.d/agetty
init.d/sysfs

index 527ce4c2a36b93fc895cde209b8322bcb289f391..03acee65f62c1fc38d4ef5dcbd071b218e02966b 100644 (file)
@@ -1,3 +1,6 @@
+# make agetty quiet
+#quiet="yes"
+
 # Set the baud rate of the terminal line
 #baud=""
 
index d2c31fc5abac7b02cae6572193c7d7da1561eabf..79043e8d85c2ad77f843b6836a9c4dd165a508cf 100755 (executable)
@@ -16,6 +16,7 @@ term_type="${term_type:-linux}"
 command=/sbin/agetty
 command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
 pidfile="/run/${RC_SVCNAME}.pid"
+export EINFO_QUIET="${quiet:-yes}"
 
 depend() {
        after local
index d2575437253d8895834b56554b036fd3ef44a2b9..5af64e8e9bd69c1fba3226ce0c2f6b5d7ef7b4a9 100755 (executable)
@@ -118,7 +118,7 @@ cgroup1_base()
        fi
 
        if ! mountinfo -q /sys/fs/cgroup/openrc; then
-               local agent="/lib64/rc/sh/cgroup-release-agent.sh"
+               local agent="${RC_LIBEXECDIR}/sh/cgroup-release-agent.sh"
                mkdir /sys/fs/cgroup/openrc
                mount -n -t cgroup \
                        -o none,${sysfs_opts},name=openrc,release_agent="$agent" \