summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigs/releng/build.sh2
-rw-r--r--configs/releng/root-image/root/install.txt2
-rw-r--r--docs/README.build4
3 files changed, 4 insertions, 4 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index c3576db..1d01396 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -82,7 +82,7 @@ make_customize_root_image() {
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.archlinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/root-image/root/install.txt
+ lynx -dump -nolist 'https://wiki.parabolagnulinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/root-image/root/install.txt
setarch ${arch} mkarchiso ${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
diff --git a/configs/releng/root-image/root/install.txt b/configs/releng/root-image/root/install.txt
index 3c8f171..87b85cb 100644
--- a/configs/releng/root-image/root/install.txt
+++ b/configs/releng/root-image/root/install.txt
@@ -1,3 +1,3 @@
View this installation guide online at
-https://wiki.archlinux.org/index.php/Installation_Guide
+https://wiki.parabolagnulinux.org/index.php/Installation_Guide
diff --git a/docs/README.build b/docs/README.build
index 2037f89..40d6444 100644
--- a/docs/README.build
+++ b/docs/README.build
@@ -89,7 +89,7 @@ When make your custom boot-pendrive, you need to copy /arch directory to it.
# pacman -S git make squashfs-tools libisoburn rsync --needed
* Install archiso.
- # git clone git://projects.archlinux.org/archiso.git
+ # git clone git://projects.parabolagnulinux.org/archiso.git
# make -C archiso install
* Build a basic iso.
@@ -105,7 +105,7 @@ used to build official images with much more things.
# pacman -S git make squashfs-tools libisoburn dosfstools lynx patch --needed
* Install archiso.
- # git clone git://projects.archlinux.org/archiso.git
+ # git clone git://projects.parabolagnulinux.org/archiso.git
# make -C archiso install
* Build them!