livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changes
authorW. Trevor King <wking@tremily.us>
Fri, 8 Mar 2013 12:26:16 +0000 (07:26 -0500)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 6 Jun 2013 03:47:31 +0000 (20:47 -0700)
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

index 1c8e3d4c163eddc4711527c8af4a42e0f1dead90..acf9d646b2a7ecb4bbc65eb5b452cff3bb1dffa8 100755 (executable)
@@ -396,3 +396,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