From c1ecc9b604b6a192b3d30ebfbea300232c79e8b1 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 3 May 2012 00:18:06 -0300 Subject: [archiso] archiso_pxe_nfs hook: /lib -> /usr/lib Signed-off-by: Gerardo Exequiel Pozzi --- archiso/install/archiso_pxe_common | 2 +- archiso/install/archiso_pxe_nfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archiso') diff --git a/archiso/install/archiso_pxe_common b/archiso/install/archiso_pxe_common index b37e5a1..2e3eec5 100644 --- a/archiso/install/archiso_pxe_common +++ b/archiso/install/archiso_pxe_common @@ -9,7 +9,7 @@ build() { SCRIPT="archiso_pxe_common" - add_binary /lib/initcpio/ipconfig /bin/ipconfig + add_binary /usr/lib/initcpio/ipconfig /bin/ipconfig # Add hosts support files+dns add_symlink /lib/libnss_files.so.2 $(readlink /lib/libnss_files.so.2) diff --git a/archiso/install/archiso_pxe_nfs b/archiso/install/archiso_pxe_nfs index f7b6f5d..f210cd3 100644 --- a/archiso/install/archiso_pxe_nfs +++ b/archiso/install/archiso_pxe_nfs @@ -4,7 +4,7 @@ build() { MODULES="nfs" SCRIPT="archiso_pxe_nfs" - add_binary /lib/initcpio/nfsmount /bin/nfsmount + add_binary /usr/lib/initcpio/nfsmount /bin/nfsmount } help() { -- cgit v1.2.2