Guest User

Untitled

a guest
Feb 24th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. In: https://github.com/NixOS/nixpkgs/blob/release-17.09/nixos/modules/system/boot/loader/grub/grub.nix#L116
  2.  
  3. - description = ''
  4. - The device on which the GRUB boot loader will be installed.
  5. - The special value <literal>nodev</literal> means that a GRUB
  6. - boot menu will be generated, but GRUB itself will not
  7. - actually be installed. To install GRUB on multiple devices,
  8. - use <literal>boot.loader.grub.devices</literal>.
  9. - '';
  10.  
  11. + description = ''
  12. + The device on which the GRUB boot loader will be installed.
  13. + The special value <literal>nodev</literal> means that a GRUB
  14. + boot menu will be generated, but GRUB itself will not
  15. + actually be installed. To install GRUB on multiple devices,
  16. + use <literal>boot.loader.grub.devices</literal>.
  17. + Disk serial ids ("/dev/by-id/XXXX") are also accepted.
  18. + '';
Advertisement
Add Comment
Please, Sign In to add comment