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 2924cc6 commit 7a14a4bCopy full SHA for 7a14a4b
crates/lib/src/bootloader.rs
@@ -99,6 +99,10 @@ pub(crate) fn install_via_bootupd(
99
};
100
let install_result = bootupctl
101
.args(chroot_args)
102
+ .env(
103
+ "PATH",
104
+ "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
105
+ )
106
.args(["backend", "install", "--write-uuid"])
107
.args(verbose)
108
.args(bootupd_opts.iter().copied().flatten())
0 commit comments