summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-09-12 21:02:32 -0300
committerThomas Bächler <thomas@archlinux.org>2010-09-16 16:55:38 +0200
commit16422ba3b664748672550ea7d6b02c98ab3e71b7 (patch)
treed8e453651593535dd59d728f6e5248b610bdf433
parent6a685859ad5a3cf96413813da6e2e8ea70f93dc3 (diff)
Do not copy host configuration to root-image
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-xarchiso/mkarchiso4
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