mirror of
https://github.com/fsquillace/junest.git
synced 2026-08-01 15:30:04 +00:00
7.0.1
This commit is contained in:
parent
82b146a57e
commit
2e8f5905c7
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
7.0.0
|
||||
7.0.1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue