From 08bb3c5cc00b7f906ec60ac0436f7c3a8f33c8d1 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Sun, 14 Oct 2012 16:37:38 -0300 Subject: Temporary fix for /root/install.txt (issue #202) --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#' \ -- cgit v1.2.2