>When you are supporting a single file system and a single TPM configuration, >etc... it is much simpler to stack more stuff in the bootloader. But this is >not the situation we have on Linux where we have a dozen different filesystems >and multiple different encryption and authentication schemes, you are >comparing apples and oranges here.
In practice the number for Linux is closer to one than a dozen: ext4, xfs, btrfs. Each has a significant install base, including at organizations with the resources to maintain both the filesystem and grub. - Debian and Ubuntu normally place the kernel and initramfs on either the / partition or a separate /boot partition if LUKS is used. Either way, ext4 is the default filesystem. - RHEL derivatives default to xfs for `/boot`. - Suse (including enterprise Suse) use a btrfs subvolume for `/boot` -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
