[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Allow system configuration without a bootloader
From: |
kanichos |
Subject: |
Allow system configuration without a bootloader |
Date: |
Wed, 01 Jan 2020 18:31:08 +0300 |
Hello.
I am very happy with manually setting up my boot programs. On UEFI systems I
don’t use a standalone bootloader at all, because I think it is so unnecessary,
and rely on Linux ‘EFI stub’ functionality. I don’t ever want any automatic
scripts to intervene.
For a couple of years I have used this:
(bootloader (grub-configuration (target "/dev/null")))
It works, but produces an ugly error during configuration.
I believe the field should actually be made optional.
- Allow system configuration without a bootloader,
kanichos <=