initrd support in kernel #66

Closed
opened 2024-01-26 02:41:16 +00:00 by PeterSurda · 1 comment
Owner

I checked the kernel config and it doesn't support initrd. This isn't a surprise, since the boot process doesn't use initrd. However, using initrd may unlock some additional functionality which could be beneficial:

  • secure boot (we can probably have secure boot now, it just won't protect the root partition)
  • root on NVMe
  • if we use our own installation / upgrade script, we can also have
    • a different root filesystem (I usually prefer BTRFS for servers)
    • encrypted root filesystem
    • not worry about setting filesystem size limit during build time
I checked the kernel config and it doesn't support initrd. This isn't a surprise, since the boot process doesn't use initrd. However, using initrd may unlock some additional functionality which could be beneficial: - secure boot (we can probably have secure boot now, it just won't protect the root partition) - root on NVMe - if we use our own installation / upgrade script, we can also have - a different root filesystem (I usually prefer BTRFS for servers) - encrypted root filesystem - not worry about setting filesystem size limit during build time
lee.miller was assigned by PeterSurda 2024-01-26 02:41:16 +00:00
Author
Owner

Not needed anymore.

Not needed anymore.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sysdeploy/openwrt#66
No description provided.