Skip to content

Commit 2ab1dcd

Browse files
committed
docs/composefs: Keep vmlinuz kernel+initramfs setup for now
We need some work in e.g. bcvk among others to have this work. Closes: #1940 Signed-off-by: Colin Walters <walters@verbum.org>
1 parent efd2743 commit 2ab1dcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/experimental-composefs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ EORUN
8282
# Final image: copy the sealed UKI into place
8383
FROM rootfs
8484
COPY --from=sealed-uki /out/*.efi /boot/EFI/Linux/
85-
# Remove raw kernel/initramfs (now embedded in UKI)
86-
RUN rm -f /usr/lib/modules/*/vmlinuz /usr/lib/modules/*/initramfs.img
8785
```
8886

8987
This pattern works because:

0 commit comments

Comments
 (0)