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
9698fe4c
Commit
9698fe4c
authored
Nov 07, 2020
by
Kristian Klausen
🎉
Browse files
Rename http/install-chroot.sh -> http/install-vagrant.sh
parent
8b4e9195
Changes
2
Hide whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
9698fe4c
...
...
@@ -181,7 +181,7 @@ function cloud_image_post() {
}
function
vagrant_qemu
()
{
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
chroo
t
,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
vagran
t,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl
}
...
...
@@ -205,7 +205,7 @@ EOF
}
function
vagrant_virtualbox
()
{
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
chroo
t
,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/bin/bash < <
(
cat
"
${
ORIG_PWD
}
"
/http/install-
{
vagran
t,common
}
.sh
)
arch-chroot
"
${
MOUNT
}
"
/usr/bin/pacman
-S
--noconfirm
netctl virtualbox-guest-utils-nox
arch-chroot
"
${
MOUNT
}
"
/usr/bin/systemctl
enable
vboxservice
}
...
...
http/install-
chroo
t.sh
→
http/install-
vagran
t.sh
View file @
9698fe4c
File moved
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