[arch-releng] [PATCH] [archiso] Do not copy host configuration to root-image

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Sun Sep 12 20:02:32 EDT 2010


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 archiso/mkarchiso |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archiso/mkarchiso b/archiso/mkarchiso
index 6a2aeff..c7de1da 100755
--- a/archiso/mkarchiso
+++ b/archiso/mkarchiso
@@ -87,10 +87,10 @@ _pacman ()
 {
     local ret
     if [ "${QUIET}" = "y" ]; then
-        mkarchroot -C "$PACCONFIG" -f "${work_dir}/root-image" $* 2>&1 >/dev/null
+        mkarchroot -n -C "$PACCONFIG" -f "${work_dir}/root-image" $* 2>&1 >/dev/null
         ret=$?
     else
-        mkarchroot -C "$PACCONFIG" -f "${work_dir}/root-image" $*
+        mkarchroot -n -C "$PACCONFIG" -f "${work_dir}/root-image" $*
         ret=$?
     fi
 
-- 
1.7.2.3




More information about the arch-releng mailing list