Missing boot.loader.systemd-boot.editor option on module manager #17

Closed
opened 2026-05-27 09:20:43 +00:00 by bahrom04 · 2 comments
Owner

Why i cannot see this option on module manager?
image

Why i cannot see this option on module manager? ![image](/attachments/b7500b48-97f4-495b-8886-b0c16b0e85a8)
103 KiB
Author
Owner
❯ cat /etc/xinux-modules/efiboot/module.yml
---
name: Boot
id: modules.efiboot
flake: xinux-modules
unique_groups:
  - bootloader
description: "EFI Boot module."
version: 0.0.1
icon:
  type: system
  path: utilities-terminal-symbolic

options:
  - label: "Bootloader"
    id: modules.efiboot.bootloader
    description: "Select a bootloader"
    type: !enum
      default: '"grub"'
      options:
        '"systemd-boot"': "SystemD boot"
        '"grub"': "Grub"
  - label: "Clean /tmp directory"
    id: boot.tmp.cleanOnBoot
    description: "Clean the /tmp directory before booting."
    type: !switch
      default: true
  - label: "SystemD boot editor"
    id: boot.loader.systemd-boot.editor
    description: "Allow editing the kernel command-line before boot. This allows gaining root access by passing init=/bin/sh as a kernel parameter."
    type: !switch
      default: false
```bash ❯ cat /etc/xinux-modules/efiboot/module.yml --- name: Boot id: modules.efiboot flake: xinux-modules unique_groups: - bootloader description: "EFI Boot module." version: 0.0.1 icon: type: system path: utilities-terminal-symbolic options: - label: "Bootloader" id: modules.efiboot.bootloader description: "Select a bootloader" type: !enum default: '"grub"' options: '"systemd-boot"': "SystemD boot" '"grub"': "Grub" - label: "Clean /tmp directory" id: boot.tmp.cleanOnBoot description: "Clean the /tmp directory before booting." type: !switch default: true - label: "SystemD boot editor" id: boot.loader.systemd-boot.editor description: "Allow editing the kernel command-line before boot. This allows gaining root access by passing init=/bin/sh as a kernel parameter." type: !switch default: false ```
Author
Owner

Keldi
image

Keldi ![image](/attachments/8f35e6e4-5611-4e64-a28f-1fcadfb07b63)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
xinux/modules#17
No description provided.