summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 16:37:38 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2012-10-14 16:37:38 -0300
commit08bb3c5cc00b7f906ec60ac0436f7c3a8f33c8d1 (patch)
tree16693fc8a71ba6a09b3a20647e6b2e612077668c
parenta0b03b4d08c108f752151aebea0b6b64629e9e01 (diff)
Temporary fix for /root/install.txt (issue #202)
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 88074a5..5c3320a 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -175,7 +175,7 @@ make_customize_root_image() {
chmod 440 ${work_dir}/root-image/etc/sudoers.d/g_wheel
mkdir -p ${work_dir}/root-image/etc/pacman.d
echo 'Server = http://repo.parabolagnulinux.org/$repo/os/$arch' > ${work_dir}/root-image/etc/pacman.d/mirrorlist
- lynx -dump -nolist 'https://wiki.parabolagnulinux.org/Installation_Guide?action=render' >> ${work_dir}/root-image/root/install.txt
+ lynx -dump -nolist 'https://wiki.parabolagnulinux.org/index.php?title=Installation_Guide&action=render' | sed '1,9d' >> ${work_dir}/root-image/root/install.txt
patch ${work_dir}/root-image/usr/bin/pacman-key < ${script_path}/pacman-key-4.0.3_unattended-keyring-init.patch
sed -i 's/#\(en_US\.UTF-8\)/\1/' ${work_dir}/root-image/etc/locale.gen
sed 's#\(^ExecStart=-/sbin/agetty\)#\1 --autologin root#' \