diff --git a/chroot-tasks.py b/chroot-tasks.py index e2ce26a..55995f7 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -40,7 +40,7 @@ def boottoolsSoftwareInstall (osarch, osrelease): subprocess.run (['debconf-set-selections'], input=debconf_settings, text=True) utils.run (['dpkg-reconfigure', '--frontend', 'noninteractive', 'console-setup', 'locales']) ## XXX: despues de esto, debconf-get-selections devuelve los valores antiguos, no se por que... - pkgs = [] + pkgs = glob.glob ('/tmp/opengnsys/oglive_builder/ogagent_*.deb') + glob.glob ('/tmp/opengnsys/oglive_builder/OGBrowser*.deb') for section in config.options('Packages'): pkgs += re.split (r'[ \n]', config['Packages'].get(section).strip())