mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-06 08:17:41 +01:00
Adrien 'neox' Bourmault
0df4fe5fad
The "Load Operating System (incl. fully encrypted disks) [o]" GRUB entry tries to load grub configuration files from the hard disk or SSD partitions. It tries various files in /boot, /grub, /grub2, /boot/grub, /boot/grub2. For consistency we at least need to make it search for the gnuboot_grub.cfg in these directories as well. Since this is GNU Boot, the gnuboot_grub.cfg takes precedence over files made for other boot software distributions. For libreboot_grub.cfg, it was not replaced because it is still mentioned in the documentation. Signed-off-by: Adrien 'neox' Bourmault <neox@gnu.org> GNUtoo: reworked code and commit message. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
3 lines
187 B
Text
3 lines
187 B
Text
Copyright (C) 2014, 2015, 2016, 2020, 2021 Leah Rowe <info@minifree.org>
|
|
Copyright (C) 2015 Klemens Nanni <contact@autoboot.org>
|
|
Copyright (C) 2023 Adrien 'neox' Bourmault <neox@gnu.org>
|