index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-09-12 21:02:32 -0300 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-09-16 16:55:38 +0200 |
commit | 16422ba3b664748672550ea7d6b02c98ab3e71b7 (patch) | |
tree | d8e453651593535dd59d728f6e5248b610bdf433 | |
parent | 6a685859ad5a3cf96413813da6e2e8ea70f93dc3 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 4 |
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 |