Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
cdc14d40
Verified
Commit
cdc14d40
authored
Oct 02, 2020
by
Kristian Klausen
🎉
Browse files
Use the correct function for the vagrant virtualbox image
parent
e7af4c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
cdc14d40
...
...
@@ -253,6 +253,6 @@ function main() {
fi
create_image
"Arch-Linux-x86_64-cloudimg-
${
build_version
}
.qcow2"
cloud_image cloud_image_post
create_image
"Arch-Linux-x86_64-libvirt-
${
build_version
}
.box"
vagrant_qemu vagrant_qemu_post
create_image
"Arch-Linux-x86_64-virtualbox-
${
build_version
}
.box"
vagrant_
qemu
vagrant_virtualbox_post
create_image
"Arch-Linux-x86_64-virtualbox-
${
build_version
}
.box"
vagrant_
virtualbox
vagrant_virtualbox_post
}
main
"
$@
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment