Fix out-of-disk-space in ArchLinux-box by generating a symbolic link to a partition with more space

This commit is contained in:
Bernhard Gschaider 2014-11-14 11:43:47 +01:00 committed by Dominik Christ
parent dbf47439c7
commit 536e4c7aef

View file

@ -30,6 +30,12 @@ for p in ${thirdpartyPackages[@]}; do
pacman --noconfirm -S $p pacman --noconfirm -S $p
done done
# for the used archlinux-Box the /home is too small but / is big enough
mkdir /Foam
ln -s /Foam/ /home/vagrant/foam/
chown vagrant:vagrant /Foam
echo echo
echo "Archlinux-specific ended. Now doing general stuff" echo "Archlinux-specific ended. Now doing general stuff"
echo echo