From: W. Trevor King Date: Fri, 8 Mar 2013 12:26:16 +0000 (-0500) Subject: livecdfs-update.sh: Run env-update to pick up any /etc/env.d/ changes X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbb377ffe8d386b9d0ac67ad5d3e1b7612f90d77;p=catalyst.git 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. --- diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 1c8e3d4c..acf9d646 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -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