We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd2743 commit 2ab1dcdCopy full SHA for 2ab1dcd
docs/src/experimental-composefs.md
@@ -82,8 +82,6 @@ EORUN
82
# Final image: copy the sealed UKI into place
83
FROM rootfs
84
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
87
```
88
89
This pattern works because:
0 commit comments