Add ubuntu-minimal and linux-firmware

This commit is contained in:
Ian Gulliver
2016-03-31 12:14:28 -07:00
parent 84753d9829
commit d602e7ced3

View File

@@ -62,23 +62,16 @@ class ImageBuilder(object):
_BASE_PACKAGES = [
'daemontools-run',
'debconf',
'devscripts',
'dialog',
'git',
'gnupg',
'isc-dhcp-client',
'locales',
'nano',
'net-tools',
'iputils-ping',
'linux-firmware',
'openssh-server',
'python3-openssl',
'sudo',
'ubuntu-minimal',
'ubuntu-standard',
'user-setup',
'vim',
'wget',
]
_SUITES = [
@@ -201,6 +194,7 @@ class ImageBuilder(object):
os.fchmod(fh.fileno(), stat.S_IRWXU)
def _InstallPackages(self, chroot_path):
os.environ['DEBIAN_FRONTEND'] = 'noninteractive'
self._ExecChroot(
chroot_path,
'apt-get',