From fced013f8e426c54620749ec8a5a7d0b84ea1844 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 2 Apr 2024 20:04:21 +0100 Subject: Add bios/uefi installer option & update confirmation prompt --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index bbbff76..3a6afd1 100644 --- a/README +++ b/README @@ -41,6 +41,9 @@ CONFIGURATION: - boot_size: defaults to 512M. Can be overwritten e.g: 'boot_size=1G'. +- firmware: install for uefi or bios systems + e.g: 'firmware=uefi'. + - timezone: a timezone (defined in '/usr/share/zoneinfo/'). - locale: a locale (defined in '/etc/locale.gen'). - user: the main user of the system. -- cgit