summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-10-04 14:42:42 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2016-10-04 14:42:42 +0200
commit7bd3693b986e0a6e59016767ea6f075ba01ab68c (patch)
tree8cf3fc3f8a6a546ca1f734cd56e3d4e8fca58faf /recipes-core
parent844ddcf4496edfdb9b682f712ab1ae1cd16f1f97 (diff)
downloadmeta-updater-7bd3693b986e0a6e59016767ea6f075ba01ab68c.tar.gz
Tuned initrd image and pseudo environment to fix bugs with extended
security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index 71aa631..9e47086 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -1,7 +1,7 @@
1# Netboot initramfs image. 1# Netboot initramfs image.
2DESCRIPTION = "OSTree initramfs image" 2DESCRIPTION = "OSTree initramfs image"
3 3
4PACKAGE_INSTALL = "ostree ostree-initramfs systemd-initramfs busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" 4PACKAGE_INSTALL = "ostree-switchroot ostree-initrd busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
5 5
6SYSTEMD_DEFAULT_TARGET = "initrd.target" 6SYSTEMD_DEFAULT_TARGET = "initrd.target"
7 7