[Voyage-linux] Did the last updates on bash broke the installer?

Ward Vandewege (spam-protected)
Wed Oct 29 03:35:57 HKT 2014


On Fri, Oct 03, 2014 at 10:22:56AM +0200, Joan wrote:
> I am trying to prepare an image for alix from ubuntu 14.04, and something
> seems to be broken with the installer.
> Might it be that Shellshock fixes introduced on ubuntu broke the installer?

Yes - I noticed the same thing. I worked around it like this.

Add to voyage-install.sh at the top (these lines are copied from
voyage.update):

#=============================================================
# remember the current dir for future use and get the path to
# the directory where this script is located
RUNDIR=$PWD
cd `dirname $0`
EXECDIR=$PWD
cd $RUNDIR

# load the script containing our utility routines
source $EXECDIR/script-utils.sh
# select-profile is a separate script but usually needed
source $EXECDIR/select-profile.sh
#=============================================================

Thanks,
Ward.

-- 
Pong.be         -(  There are only 10 kinds of people in the world. Those  )-
Virtual hosting -(   who understand binary, and those who don't. -- Bear   )-
http://pong.be  -(                                                         )-
GnuPG public key: http://pgp.mit.edu



More information about the Voyage-linux mailing list