diff options
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -91,8 +91,7 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\ | |||
91 | packagegroup-luks \ | 91 | packagegroup-luks \ |
92 | " | 92 | " |
93 | DEBUG_FLAGS:forcevariable = "" | 93 | DEBUG_FLAGS:forcevariable = "" |
94 | IMAGE_INSTALL += "kernel-image-bzimage" | 94 | IMAGE_INSTALL:append = " kernel-image-bzimage" |
95 | USER_CLASSES:remove = "image-prelink" | ||
96 | 95 | ||
97 | # Uncomment this line to modify the root parameter in boot command line if the default one | 96 | # Uncomment this line to modify the root parameter in boot command line if the default one |
98 | # is not working for you. It is helpful when secure boot is enabled. | 97 | # is not working for you. It is helpful when secure boot is enabled. |