You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than adding an ever ending list of things to the kernel command line, perhaps the /etc/safeboot/safeboot.conf should be stored in the initramfs.
Pros: more flexibility in arguments, less parsing of kernel command lines
Cons: requires regenerating the initramfs more often.
The text was updated successfully, but these errors were encountered:
The safeboot config, TPM policies and sealed secrets can go into the initrd, since they do not change between things. The dmverity root hash could go into the initrd, but can't be stored on the disk, since it depends on the contents of the root filesystem.
Part of building the signed unified image could be appending our specific initrd contents. Linux will decompress and extract any number of cpio files concatenated, as long as they are aligned on 512-byte boundaries.
Rather than adding an ever ending list of things to the kernel command line, perhaps the
/etc/safeboot/safeboot.conf
should be stored in the initramfs.Pros: more flexibility in arguments, less parsing of kernel command lines
Cons: requires regenerating the initramfs more often.
The text was updated successfully, but these errors were encountered: