Merge #286: Fix boot loader reference for UEFI

792962bb32 Fix boot loader reference for UEFI (Galder Zamarreño)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 792962bb32

Tree-SHA512: 7653518b835295e500f3bad86d8e68c70adddd7e6ee0abbfa5a1b3863a2c32cb6eba4da1b0f6984d85ccd4758b669983377e16cd379fced1bc3a1117099b5ffd
This commit is contained in:
Jonas Nick 2020-12-23 14:27:17 +00:00
commit 37caf814a7
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ Follow the [Setup deployment directory](#3-setup-deployment-directory) instructi
Option 1: Enable systemd boot for UEFI
```
boot.loader.grub.device = "/dev/sda";
boot.loader.systemd-boot.enable = true;
```
Option 2: Set grub device for Legacy Boot (MBR)
```