spotlights-macbook-air: Initialize muvm
This commit is contained in:
parent
05a7847913
commit
b428477394
6 changed files with 248 additions and 2 deletions
11
hosts/linux/spotlights-macbook-air/muvm/replace-udevd.patch
Normal file
11
hosts/linux/spotlights-macbook-air/muvm/replace-udevd.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/crates/muvm/src/guest/bin/muvm-guest.rs
|
||||
+++ b/crates/muvm/src/guest/bin/muvm-guest.rs
|
||||
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
|
||||
rustix::stdio::dup2_stdout(console.as_fd())?;
|
||||
rustix::stdio::dup2_stderr(console.as_fd())?;
|
||||
|
||||
- Command::new("/usr/lib/systemd/systemd-udevd").spawn()?;
|
||||
+ Command::new("@systemd-udevd@").spawn()?;
|
||||
|
||||
setup_fex()?;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue