summaryrefslogtreecommitdiffstats
path: root/images/core-image-minimal-initramfs.bbappend
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-07-14 22:45:52 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-07-14 22:46:36 +0200
commit5a51cd396d0ef065a3e95fb9e90e424794dc6ec1 (patch)
tree1ec89e8a5bf697e018826ba30ebc79a225680c81 /images/core-image-minimal-initramfs.bbappend
parente73962113957e3c83792e3273a071bec9ade6b38 (diff)
parenta56dcb5ce1ec5ea3c9f35c5a902efc03f7bb8118 (diff)
downloadmeta-el-nfv-access-5a51cd396d0ef065a3e95fb9e90e424794dc6ec1.tar.gz
Merge branch 'feature_CPDX-3405'
Change-Id: I1b1576f01045d4be17a18fe5f4a8fb612d38113a
Diffstat (limited to 'images/core-image-minimal-initramfs.bbappend')
-rw-r--r--images/core-image-minimal-initramfs.bbappend12
1 files changed, 8 insertions, 4 deletions
diff --git a/images/core-image-minimal-initramfs.bbappend b/images/core-image-minimal-initramfs.bbappend
index 67ab251..88dd198 100644
--- a/images/core-image-minimal-initramfs.bbappend
+++ b/images/core-image-minimal-initramfs.bbappend
@@ -1,12 +1,16 @@
1PACKAGE_INSTALL += " nfv-installer kernel-modules ixgbe" 1PACKAGE_INSTALL += " nfv-installer kernel-modules"
2 2
3# ostree-switchroot is used by the init script to switch root to the 3INITRAMFS_SCRIPTS = " \
4# ostree version specified in the kernel command line 4 initramfs-framework-base \
5PACKAGE_INSTALL_append_sota = " ostree-switchroot" 5 initramfs-module-udev \
6 initramfs-module-setup-live \
7"
6 8
7# run-postinsts does not belong in the minimal initramfs 9# run-postinsts does not belong in the minimal initramfs
8PACKAGE_INSTALL_remove = "run-postinsts" 10PACKAGE_INSTALL_remove = "run-postinsts"
9 11
12PACKAGE_EXCLUDE_x86-64_sota += "grub-common-extras"
13
10create_enea_symlink() { 14create_enea_symlink() {
11 # enea image used in bare metal installation 15 # enea image used in bare metal installation
12 cd ${DEPLOY_DIR_IMAGE} 16 cd ${DEPLOY_DIR_IMAGE}