You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
With a separate /boot partition that is not mounted by default and systemd creating an automount unit for it, running cargo --list causes /boot to be mounted.
I wouldn't expect cargo to need to mount /boot.
Because Bash autocompletion file runs cargo --list:
I believe this is now fixed. The code which initializes git2 (init_git_transports) is now done after --list or version commands are executed (part of #7649 I think in release 1.42).
Problem
With a separate /boot partition that is not mounted by default and systemd creating an automount unit for it, running
cargo --list
causes /boot to be mounted.I wouldn't expect cargo to need to mount /boot.
Because Bash autocompletion file runs
cargo --list
:cargo/src/etc/cargo.bashcomp.sh
Line 150 in 5773aaa
Every time i create a new Bash session e.g. a new GNOME terminal or terminal tab /boot is automounted.
Steps
cargo --list
boot.automount: Got automount request for /boot
in systemd journal)Notes
Output of
cargo version
: cargo 1.32.0Gentoo Linux:
dev-lang/rust-1.32.0
sys-apps/systemd-241-r1
The text was updated successfully, but these errors were encountered: