diff options
| author | Leah Rowe <leah@libreboot.org> | 2021-10-31 17:17:05 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2021-10-31 17:17:05 +0000 | 
| commit | ebeeff6969eb5f6a9daa03857332cbd98a105460 (patch) | |
| tree | 41f931b1d97fcb3aab75025f50f7593574d50c5e | |
| parent | 7c998b45385393f12cf27e54dcbcb810f7bf450a (diff) | |
grub.cfg: don't run search_grub usb in the main menuentry
There is literally an entire other menuentry just for this purpose.
| -rw-r--r-- | resources/grub/config/grub.cfg | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/resources/grub/config/grub.cfg b/resources/grub/config/grub.cfg index 8a880f9a..83e26092 100644 --- a/resources/grub/config/grub.cfg +++ b/resources/grub/config/grub.cfg @@ -99,7 +99,6 @@ menuentry 'Load Operating System (incl. fully encrypted disks)  [o]' --hotkey='o  #	1) raw devices and MBR/GPT partitions  	search_grub ahci  	search_grub ata -    	search_grub usb  #	2) LVM and RAID which might be used accross multiple devices  	unset lvmvol  	for vol in bootvol rootvol; do | 
