Fix boot loader reference for UEFI

This commit is contained in:
Galder Zamarreño 2020-12-23 12:55:45 +01:00 committed by GitHub
parent 4d1150a671
commit 792962bb32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
```