Fix out-of-disk-space in ArchLinux-box by generating a symbolic link to a partition with more space
This commit is contained in:
parent
dbf47439c7
commit
536e4c7aef
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ for p in ${thirdpartyPackages[@]}; do
|
|||
pacman --noconfirm -S $p
|
||||
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 "Archlinux-specific ended. Now doing general stuff"
|
||||
echo
|
||||
|
|
Reference in a new issue