summaryrefslogtreecommitdiffstats
path: root/images/core-image-minimal-initramfs.bbappend
diff options
context:
space:
mode:
authorMatei Valeanu <Matei.Valeanu@enea.com>2021-04-08 15:08:37 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-04-08 15:08:37 +0200
commit1a0d008b62062b3bdfa97ec4761347c0d0c4e652 (patch)
treef52d946fd5d8941984ee1aac8aa06853fd1a1b80 /images/core-image-minimal-initramfs.bbappend
parent119b192b3ea3ab2b71e9bd86cbc2dcf900ab5b52 (diff)
parent23ed226a4b4b7c1cac2c52e6808631d9f0d6f652 (diff)
downloadmeta-el-nfv-access-hotfix_EDGESC-6.tar.gz
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