mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-02 11:07:46 +00:00
Fix the hostimage version path permission issue (#6337)
This commit is contained in:
@@ -4,6 +4,7 @@ TARGET=$1
|
||||
FILESYSTEM_ROOT=$2
|
||||
VERSIONS_PATH=$TARGET/versions/host-image
|
||||
|
||||
[ -d $VERSIONS_PATH ] && sudo rm -rf $VERSIONS_PATH
|
||||
mkdir -p $VERSIONS_PATH
|
||||
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT post_run_buildinfo
|
||||
|
||||
Reference in New Issue
Block a user