Skip to content
Commit 14cab1ac authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel
Browse files

nixos-enter: Ensures presence of full /sys tree.

This partially reverts a change from e88f2896
which removed the `mount --rbind /sys`.

While true that the activation scripts will mount `sysfs` at `/sys`,
none of the mountpoints lower in the `/sys` tree are handled by the
activation script, which includes `efivarfs`.

This fixes #38477 since it ensures the presence of `efivarfs` in the
`/sys` tree, which is why the systemd-boot installation failed.
parent 6c064e6b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment