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.bbappend8
1 files changed, 5 insertions, 3 deletions
diff --git a/images/core-image-minimal-initramfs.bbappend b/images/core-image-minimal-initramfs.bbappend
index 013463a..88dd198 100644
--- a/images/core-image-minimal-initramfs.bbappend
+++ b/images/core-image-minimal-initramfs.bbappend
@@ -1,8 +1,10 @@
1PACKAGE_INSTALL += " nfv-installer kernel-modules" 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"