This commit is contained in:
Filippo Squillace 2019-10-25 20:46:38 +02:00
parent 82b146a57e
commit 2e8f5905c7
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
7.0.0
7.0.1

View file

@ -82,7 +82,7 @@ function build_image_env(){
sudo rm ${maindir}/root/var/cache/pacman/pkg/*
# This is needed on system with busybox tar command.
# If the file does not have write permission, the tar command to extract files fails.
sudo chmod -R u+rw ${maindir}/root/etc/ca-certificates/extracted/cadir
sudo chmod -R u+rw ${maindir}/root/
mkdir -p ${maindir}/output
builtin cd ${maindir}/output