index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Pierre Schmitz <pierre@archlinux.de> | 2012-07-25 20:05:55 +0200 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-25 15:22:29 -0300 |
commit | 49b3f3582329dd6f3cb387398dbf1e0efc3928e7 (patch) | |
tree | d2e6112bea53b37003048a02c05374d0b1e00e3f /configs | |
parent | 36a2496fad1f220e3d78b54ccf83cd7bd14b27b8 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 1 | ||||
-rw-r--r-- | configs/releng/root-image/root/install.txt | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 62709ac..5352000 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -145,6 +145,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 wget -O ${work_dir}/root-image/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}/root-image/root/install.txt sed -i "s/#Server/Server/g" ${work_dir}/root-image/etc/pacman.d/mirrorlist 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 diff --git a/configs/releng/root-image/root/install.txt b/configs/releng/root-image/root/install.txt new file mode 100644 index 0000000..f8faa3e --- /dev/null +++ b/configs/releng/root-image/root/install.txt @@ -0,0 +1,2 @@ +View this installation guide online at +https://wiki.archlinux.org/index.php/Installation_Guide |