mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 02:48:42 +08:00
Add Purism Librem 13v3 profile
This commit is contained in:
12
purism/librem/13v3/README.md
Normal file
12
purism/librem/13v3/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
Librem comes with Coreboot + SeaBIOS payload. That means EFI boot is not
|
||||
possible. Use `fdisk` to partition hard drive, and GRUB as a bootloader:
|
||||
|
||||
```nix
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
version = 2;
|
||||
};
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user