summaryrefslogtreecommitdiffstats
path: root/images/core-image-minimal-initramfs.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'images/core-image-minimal-initramfs.bbappend')
-rw-r--r--images/core-image-minimal-initramfs.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/images/core-image-minimal-initramfs.bbappend b/images/core-image-minimal-initramfs.bbappend
index e743bb3..67ab251 100644
--- a/images/core-image-minimal-initramfs.bbappend
+++ b/images/core-image-minimal-initramfs.bbappend
@@ -1,9 +1,12 @@
1PACKAGE_INSTALL += " nfv-installer kernel-modules" 1PACKAGE_INSTALL += " nfv-installer kernel-modules ixgbe"
2 2
3# ostree-switchroot is used by the init script to switch root to the 3# ostree-switchroot is used by the init script to switch root to the
4# ostree version specified in the kernel command line 4# ostree version specified in the kernel command line
5PACKAGE_INSTALL_append_sota = " ostree-switchroot" 5PACKAGE_INSTALL_append_sota = " ostree-switchroot"
6 6
7# run-postinsts does not belong in the minimal initramfs
8PACKAGE_INSTALL_remove = "run-postinsts"
9
7create_enea_symlink() { 10create_enea_symlink() {
8 # enea image used in bare metal installation 11 # enea image used in bare metal installation
9 cd ${DEPLOY_DIR_IMAGE} 12 cd ${DEPLOY_DIR_IMAGE}
@@ -12,4 +15,3 @@ create_enea_symlink() {
12} 15}
13 16
14IMAGE_POSTPROCESS_COMMAND_append += " create_enea_symlink;" 17IMAGE_POSTPROCESS_COMMAND_append += " create_enea_symlink;"
15