Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
arch-boxes
Commits
b9c20e21
Verified
Commit
b9c20e21
authored
Sep 28, 2020
by
Sven-Hendrik Haase
Browse files
Explicitly resolve mirror
I found that it otherwise sometimes fails to resolve in time when pacman needs it.
parent
5bd8ca15
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-host.sh
View file @
b9c20e21
...
...
@@ -127,6 +127,10 @@ function main() {
send
"until systemctl is-active pacman-init; do sleep 1; done
\n
"
expect
"# "
# Explicitly lookup mirror address as we
'd get random failures otherwise during pacman
send "host ${MIRROR}\n"
expect "# "
# Install required packages
send "pacman -Sy --noconfirm qemu-headless jq\n"
expect "# "
...
...
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