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
fb77d582
Commit
fb77d582
authored
Sep 26, 2020
by
Kristian Klausen
🎉
Committed by
Sven-Hendrik Haase
Sep 26, 2020
Browse files
Only install netctl in the vagrant images
netctl is only required by vagrant < v2.2.10
parent
aabe7552
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
fb77d582
...
...
@@ -71,7 +71,7 @@ EOF
echo
"Server =
${
MIRROR
}
"
>
mirrorlist
# We use the hosts package cache
pacstrap
-c
-C
pacman.conf
-M
"
${
MOUNT
}
"
base linux grub openssh
sudo
polkit haveged
netctl
btrfs-progs reflector
pacstrap
-c
-C
pacman.conf
-M
"
${
MOUNT
}
"
base linux grub openssh
sudo
polkit haveged btrfs-progs reflector
cp
mirrorlist
"
${
MOUNT
}
/etc/pacman.d/"
}
...
...
@@ -155,7 +155,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
qemu-guest-agent
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl
qemu-guest-agent
}
function
vagrant_qemu_post
()
{
...
...
@@ -179,7 +179,7 @@ EOF
function
vagrant_virtualbox
()
{
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
chroot
,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
virtualbox-guest-utils-nox
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl
virtualbox-guest-utils-nox
arch-chroot
"
${
MOUNT
}
"
/usr/bin/systemctl
enable
vboxservice
}
...
...
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