[arch-releng] [archiso] [PATCH] [configs/releng] actually copy the archiso_kms hook to workdir

Thomas Bächler thomas at archlinux.org
Tue Nov 29 08:36:04 EST 2011


---
 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 28181c6..1251c79 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -32,6 +32,7 @@ make_setup_mkinitcpio() {
             cp /lib/initcpio/hooks/${_hook} ${work_dir}/root-image/lib/initcpio/hooks
             cp /lib/initcpio/install/${_hook} ${work_dir}/root-image/lib/initcpio/install
         done
+        cp /lib/initcpio/install/archiso_kms ${work_dir}/root-image/lib/initcpio/install
         cp /lib/initcpio/archiso_shutdown ${work_dir}/root-image/lib/initcpio
         cp /lib/initcpio/archiso_pxe_nbd ${work_dir}/root-image/lib/initcpio
         cp ${script_path}/mkinitcpio.conf ${work_dir}/root-image/etc/mkinitcpio-archiso.conf
-- 
1.7.7.4



More information about the arch-releng mailing list