diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-18 16:55:51 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-18 16:55:51 -0300 |
commit | 6af3585eb4d66072bf4a7299c9a1d49deffa461e (patch) | |
tree | 4a720902d65addcff50c178699989a088af3d955 /configs/releng/build.sh | |
parent | 5ea02f68fe56a074970d11d7a1a3c0290ea8773f (diff) | |
download | archiso32-6af3585eb4d66072bf4a7299c9a1d49deffa461e.tar.xz |
[configs/releng] Add version of pacman-key that allows unattended keyring initialization
This was made originally using directly pacman-key file,
convert it in a patch form, to be more easy to track it.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/build.sh')
-rwxr-xr-x | configs/releng/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 9593de9..62709ac 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -146,6 +146,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' 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 mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ -r 'locale-gen' \ |