commit: 5f837c9d408760a729322b61eba78c3951ffef61
Author: W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Fri Mar 8 12:26:16 2013 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:15:21 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5f837c9d
livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changes
Otherwise the XSESSION change from e523136 (livecdfs-update.sh: Set
XSESSION in /etc/env.d/90xsession, 2013-03-02) is not noticed.
---
targets/support/livecdfs-update.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/targets/support/livecdfs-update.sh
b/targets/support/livecdfs-update.sh
index d16248e..a222ace 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -382,3 +382,5 @@ if [ -e /lib/rcscripts/addons/udev-start.sh ]
then
sed -i "s:\t\[\[ -x /sbin/evms_activate:\t\[\[ -x \${CDBOOT} \]\] \&\&
\[\[ -x /sbin/evms_activate:" /lib/rcscripts/addons/udev-start.sh
fi
+
+env-update