summaryrefslogtreecommitdiff
path: root/v-i.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-06 18:42:09 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-06 18:42:09 +0200
commit124203ebe06a20aabb815c49a19046030923d97e (patch)
treec67dfbc7db086eeb27ebd249b736a25985cf8e53 /v-i.sh
parent7df3fa2165e77eb59dafdd401af28a60fb96762b (diff)
downloadv-i-124203ebe06a20aabb815c49a19046030923d97e.tar.gz
rename script to build installer image
Sponsored-by: author
Diffstat (limited to 'v-i.sh')
-rwxr-xr-xv-i.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/v-i.sh b/v-i.sh
deleted file mode 100755
index e1e5084..0000000
--- a/v-i.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-set -eu -o pipefail
-
-tarball="$1"
-
-vmdb2 --output v-i.img --log v-i.log v-i.vmdb \
- --verbose --rootfs-tarball "$tarball"
-