diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index 9bdf300..5dc3eee 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -10,10 +10,10 @@ apt-get -y install bash-completion wget bzip2 git-core less language-pack-en pyt ## Allows to mount nfs shares ## -## XXXvlab: interracts really badly with current chroot mode. Leaving +## XXXvlab: interracts really badly with current chroot mode. Leaving ## daemonized process reparented to PID 1 that prevents umounting and ## finally making the script failing, and then lxc-create launch a lxc-destroy -## triggering a 'rm -rf' upon '/dev'... +## triggering a 'rm -rf' upon '/dev'... #test "$(lsb_release -c -s)" == "precise" && apt-get -y install nfs-common ## @@ -145,8 +145,8 @@ EOF ( -mkdir -p /opt/apps && -cd /opt/apps && -git clone git.0k.io:/var/git/0k/git-sub && -ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/ + mkdir -p /opt/apps && + cd /opt/apps && + git clone git.0k.io:/var/git/0k/git-sub && + ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/ )