Do not copy host configuration to root-image
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
6a685859ad
commit
16422ba3b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue