Added Changes to EFi install process
This commit is contained in:
parent
47a4441639
commit
681a0706f1
@ -34,7 +34,7 @@ mkfs.fat -F 32 -n boot ${DISK}3
|
||||
# Mount the partitions
|
||||
mount /dev/disk/by-label/nixos /mnt
|
||||
mkdir -p /mnt/boot
|
||||
mount /dev/disk/by-label/boot /mnt/boot
|
||||
mount -o umask=077 /dev/disk/by-label/boot /mnt/boot
|
||||
|
||||
|
||||
# Clone the configuration repository
|
||||
|
@ -7,7 +7,6 @@
|
||||
};
|
||||
|
||||
boot.loader.efi = {
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user