nixos-install: Bind-mount efivars if it exists
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
bf2707d359
commit
6a1e1fa108
@ -48,6 +48,7 @@ mount --bind /dev $mountPoint/dev
|
|||||||
mount --bind /dev/shm $mountPoint/dev/shm
|
mount --bind /dev/shm $mountPoint/dev/shm
|
||||||
mount --bind /proc $mountPoint/proc
|
mount --bind /proc $mountPoint/proc
|
||||||
mount --bind /sys $mountPoint/sys
|
mount --bind /sys $mountPoint/sys
|
||||||
|
mount --bind /sys/firmware/efi/efivars $mountPoint/sys/firmware/efi/efivars &>/dev/null || true
|
||||||
mount --bind $mountPoint/etc/nixos $mountPoint/mnt2
|
mount --bind $mountPoint/etc/nixos $mountPoint/mnt2
|
||||||
mount --bind /etc $mountPoint/etc
|
mount --bind /etc $mountPoint/etc
|
||||||
mount --bind $mountPoint/mnt2 $mountPoint/etc/nixos
|
mount --bind $mountPoint/mnt2 $mountPoint/etc/nixos
|
||||||
|
Loading…
Reference in New Issue
Block a user