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
archiso
Commits
3cf8e738
Verified
Commit
3cf8e738
authored
Jun 30, 2020
by
nl6720
Browse files
Do not download a mirrorlist durring build
Pacman's mirrolist will be updated by reflector.service in the live system.
parent
3c33e84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
3cf8e738
...
...
@@ -120,9 +120,6 @@ make_customize_airootfs() {
cp
"
${
script_path
}
/pacman.conf"
"
${
work_dir
}
/x86_64/airootfs/etc"
curl
-o
"
${
work_dir
}
/x86_64/airootfs/etc/pacman.d/mirrorlist"
\
'https://www.archlinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on'
lynx
-dump
-nolist
'https://wiki.archlinux.org/index.php/Installation_Guide?action=render'
>>
\
"
${
work_dir
}
/x86_64/airootfs/root/install.txt"
...
...
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