mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
grub: drop version 2 from docs
This commit is contained in:
parent
a4bf32f6f0
commit
3133097918
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ e) If you chose the hybrid-partition scheme, then choose `grub` as a bootloader,
|
|||
# replace this with your disk i.e. /dev/nvme0n1
|
||||
boot.loader.grub.devices = [ "/dev/<disk-name>" ];
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
# ...
|
||||
|
|
Loading…
Reference in a new issue