[arch-releng] [RFC] [PATCH] [configs/releng] copy archiso/README to root-image/root/archiso.txt

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Oct 10 00:58:58 EDT 2012


This README file is ignored/unknown by most users, and contains valuable information
for live-enviroment, about features, boot-methods, transfer/dump iso, etc...
Put it in a visible location.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 configs/releng/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index ab8097c..ee2923b 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -179,6 +179,7 @@ make_customize_root_image() {
         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
+        cp /usr/share/doc/archiso/README ${work_dir}/root-image/root/archiso.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
-- 
1.7.12.2



More information about the arch-releng mailing list