[postcfg] add noconfirm for pacman cmd in officechooser

This commit is contained in:
Philip Müller 2019-08-04 09:02:32 +02:00
parent d0531c8beb
commit 147e6fb580

View File

@ -117,7 +117,7 @@ class ConfigController:
libcalamares.utils.warning("no office suite selected, {!s}".format(office_package))
else:
# For PoC we added the Office Packages to mhwd-live overlay in 18.1-rc7
cmd = ["pacman", "-S", office_package, "--config", "/opt/pacman-mhwd.conf" ]
cmd = ["pacman", "-S", office_package, "--noconfirm", "--config", "/opt/pacman-mhwd.conf" ]
self.mount("opt")
self.mount("etc/resolv.conf")
target_env_call(cmd)