summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-01 03:59:04 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-01 03:59:04 +0000
commitef638ccdc71a2adac74785a14773320003373c73 (patch)
tree804ea63628c40ed5c9ca0e3e2a38919351c9068e
parent4ccb6c0d778e9f38af94995e4afb374467599e6a (diff)
parent3a98d4e3ba60b98299e3a2513f887bdbfc63b3fe (diff)
downloadv-i-ef638ccdc71a2adac74785a14773320003373c73.tar.gz
Merge branch 'liw/build' into 'main'
fix: set permissions on a built image so it can easily copied See merge request larswirzenius/v-i!45
-rwxr-xr-xbuild-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-installer.sh b/build-installer.sh
index 6ed4e6f..76a69fe 100755
--- a/build-installer.sh
+++ b/build-installer.sh
@@ -6,3 +6,4 @@ tarball="$1"
vmdb2 --output installer.img --log installer.log installer.vmdb \
--verbose --rootfs-tarball "$tarball"
+chmod a+r installer.img