We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d636cb1 commit e225788Copy full SHA for e225788
crates/lib/src/bootloader.rs
@@ -95,6 +95,10 @@ pub(crate) fn install_via_bootupd(
95
};
96
let install_result = bootupctl
97
.args(chroot_args)
98
+ .env(
99
+ "PATH",
100
+ "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
101
+ )
102
.args(["backend", "install", "--write-uuid"])
103
.args(verbose)
104
.args(bootupd_opts.iter().copied().flatten())
0 commit comments