Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
4744b5e6
Commit
4744b5e6
authored
Nov 02, 2020
by
Kristian Klausen
🎉
Browse files
Remove qemu-guest-agent
It has never be enabled, makes zero sense in a cloud-image and isn't used by vagrant.
parent
0a767a3c
Changes
1
Show whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
4744b5e6
...
...
@@ -171,7 +171,7 @@ function cloud_image() {
# The growpart module[1] requires the growpart program, provided by the
# cloud-guest-utils package
# [1] https://cloudinit.readthedocs.io/en/latest/topics/modules.html#growpart
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
qemu-guest-agent
cloud-init cloud-guest-utils
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
cloud-init cloud-guest-utils
arch-chroot
"
${
MOUNT
}
"
/usr/bin/systemctl
enable
cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service
}
...
...
@@ -182,7 +182,7 @@ function cloud_image_post() {
function
vagrant_qemu
()
{
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
chroot
,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl
qemu-guest-agent
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl
}
function
vagrant_qemu_post
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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