summaryrefslogtreecommitdiff
path: root/build-installer.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-07 15:06:29 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-07 18:52:02 +0200
commit2c3f88259122323eb73eb40f4dec9d66483d926c (patch)
treeca22c3b0740bb2db51f1775d80dec57b7317140f /build-installer.sh
parent79dd4f5367ca66df6c2c56b751b4582554e39032 (diff)
downloadv-i-2c3f88259122323eb73eb40f4dec9d66483d926c.tar.gz
feat: make v-i script support my standard base install
Also, put as many packages as possible inside the cached portion, for speed. Sponsored-by: author
Diffstat (limited to 'build-installer.sh')
-rwxr-xr-xbuild-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-installer.sh b/build-installer.sh
index 1927fa2..6ed4e6f 100755
--- a/build-installer.sh
+++ b/build-installer.sh
@@ -4,5 +4,5 @@ set -eu -o pipefail
tarball="$1"
-vmdb2 --output v-i.img --log v-i.log v-i.vmdb \
+vmdb2 --output installer.img --log installer.log installer.vmdb \
--verbose --rootfs-tarball "$tarball"