summaryrefslogtreecommitdiff
path: root/configs/releng
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-02-20 18:55:13 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 21:30:00 -0300
commit2a7156ccae985c1caecea0e5cb1ea5bc6a4827cf (patch)
tree1030812f25fdeb8a6c7216b56da733483900e2c7 /configs/releng
parent84b8e77f70f28fe3fea077ef78cbce7cc6f6fde0 (diff)
Remove fetching the Installation Guide and mirrorlist file from the web
Diffstat (limited to 'configs/releng')
-rwxr-xr-xconfigs/releng/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 03bd844..a310cfa 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -80,9 +80,6 @@ make_customize_root_image() {
cp -af ${script_path}/root-image ${work_dir}/${arch}
patch ${work_dir}/${arch}/root-image/usr/bin/pacman-key < ${script_path}/pacman-key-4.0.3_unattended-keyring-init.patch
- curl -o ${work_dir}/${arch}/root-image/etc/pacman.d/mirrorlist 'https://parabolagnulinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on'
-
- lynx -dump -nolist 'https://wiki.parabolagnulinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/root-image/root/install.txt
setarch ${arch} mkparabolaiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_root_image.sh' run
rm ${work_dir}/${arch}/root-image/root/customize_root_image.sh