summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-09-07 19:36:38 -0300
committerDavid P <megver83@parabola.nu>2020-09-07 19:36:38 -0300
commit052cc9ce62effc84461837200927fd1a5f913d40 (patch)
tree27009f301165bfab948a6c4b7656d3d2ea139f25
parentb2ed8841e9bbf5c315263910e23b73bdfac4c569 (diff)
[openrc] refind: add showtools option
in this way users are not prompted to useless menus and utilities we don't need Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--configs/lxde-openrc/efiboot/EFI/BOOT/refind.conf4
-rw-r--r--configs/releng-openrc/efiboot/EFI/BOOT/refind.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/configs/lxde-openrc/efiboot/EFI/BOOT/refind.conf b/configs/lxde-openrc/efiboot/EFI/BOOT/refind.conf
index 920709d..cc8723d 100644
--- a/configs/lxde-openrc/efiboot/EFI/BOOT/refind.conf
+++ b/configs/lxde-openrc/efiboot/EFI/BOOT/refind.conf
@@ -1,7 +1,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
-timeout 3
scanfor manual
+showtools shell firmware reboot shutdown
+
+timeout 3
include entries/parabolaiso-x86_64.conf
default_selection entries/parabolaiso-x86_64.conf
diff --git a/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf b/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
index 920709d..cc8723d 100644
--- a/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
+++ b/configs/releng-openrc/efiboot/EFI/BOOT/refind.conf
@@ -1,7 +1,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
-timeout 3
scanfor manual
+showtools shell firmware reboot shutdown
+
+timeout 3
include entries/parabolaiso-x86_64.conf
default_selection entries/parabolaiso-x86_64.conf