|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST installation with sd-boot: Disabling the menu timeout is not possible | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Fabian Vogt <fvogt> |
| Component: | Installation | Assignee: | Stefan Schubert <schubi> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | yast2-maintainers |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Fabian Vogt
2023-10-18 08:42:04 UTC
Hm, as far I see menu-force is only in EFI variable LoaderConfigTimeout defined. The timeout will be set in /boot/efi/loader/loader.conf in which you cannot set any menu-force entry. Currently YaST do not handle EFI variable so far I see. But I think it is worth for a feature :-) (In reply to Stefan Schubert from comment #1) > Hm, as far I see menu-force is only in EFI variable LoaderConfigTimeout > defined. > The timeout will be set in /boot/efi/loader/loader.conf in which you cannot > set any menu-force entry. The setting for loader.conf is "timeout menu-force". Fixed with: https://github.com/yast/yast-bootloader/pull/695 Thank you ! |