From ce509bfd9cef3412852364afc7b764defeb8782d Mon Sep 17 00:00:00 2001 From: Albert Date: Fri, 11 Dec 2015 12:47:03 +0200 Subject: [PATCH] Adding the hpsa-dkms package to Ubuntu IBP image for RAID P440 support. Change-Id: I12a24917a9099840d2ab0e3dc4cdecc7ccbca533 Closes-Bug: #1513535 --- bareon/drivers/data/nailgun.py | 1 + bareon/tests/test_nailgun_build_image.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bareon/drivers/data/nailgun.py b/bareon/drivers/data/nailgun.py index caef472..749beda 100644 --- a/bareon/drivers/data/nailgun.py +++ b/bareon/drivers/data/nailgun.py @@ -644,6 +644,7 @@ class NailgunBuildImage(BaseDataDriver, "debconf-utils", "gdisk", "grub-pc", + "hpsa-dkms", "i40e-dkms", "linux-firmware", "linux-firmware-nonfree", diff --git a/bareon/tests/test_nailgun_build_image.py b/bareon/tests/test_nailgun_build_image.py index a538a2f..f6776f0 100644 --- a/bareon/tests/test_nailgun_build_image.py +++ b/bareon/tests/test_nailgun_build_image.py @@ -36,6 +36,7 @@ DEFAULT_TRUSTY_PACKAGES = [ "debconf-utils", "gdisk", "grub-pc", + "hpsa-dkms", "i40e-dkms", "linux-firmware", "linux-firmware-nonfree",