README
This commit is contained in:
parent
f95427eeec
commit
cd2f7c49e0
1 changed files with 4 additions and 2 deletions
|
@ -37,14 +37,16 @@
|
||||||
* Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
|
* Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
* One liner, just change YOUR-HOSTNAME accordingly to your hostname <br>
|
One liner, just change YOUR-HOSTNAME accordingly to your hostname
|
||||||
|
<br>
|
||||||
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
|
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
or
|
or
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
* Manually <br>
|
Manually
|
||||||
|
<br>
|
||||||
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just <b>```/boot```</b>
|
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just <b>```/boot```</b>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue