dom0/qvm-dom0-update: fix installing new packages

Pass all args to UpdateVM command
This commit is contained in:
Marek Marczykowski 2011-10-17 23:27:29 +02:00
parent 99c0356bf2
commit eadd4a7128

View File

@ -23,6 +23,7 @@ PKGS=
YUM_OPTS=
GUI=
CHECK_ONLY=
ALL_OPTS=$*
# Filter out some yum options and collect packages list
while [ $# -gt 0 ]; do
case "$1" in
@ -74,7 +75,7 @@ qvm-run -a $UPDATEVM true || exit 1
/usr/lib/qubes/qrexec_client -d "$UPDATEVM" -l 'tar c /var/lib/rpm /etc/yum.repos.d /etc/yum.conf 2>/dev/null' 'user:tar x -C /var/lib/qubes/dom0-updates'
qvm-run --pass_io $UPDATEVM "/usr/lib/qubes/qubes_download_dom0_updates.sh --doit --nogui $*"
qvm-run --pass_io $UPDATEVM "/usr/lib/qubes/qubes_download_dom0_updates.sh --doit --nogui $ALL_OPTS"
RETCODE=$?
if [ "$CHECK_ONLY" == "1" ]; then
exit $RETCODE