Skip to content

Commit

Permalink
fix(deck): Don't consider errors in steamos-automount to be fatal, th…
Browse files Browse the repository at this point in the history
…is is just a request for external drives to be mounted.
  • Loading branch information
KyleGospo committed Nov 8, 2023
1 parent edd08c3 commit dac5bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions spec_files/jupiter-hw-support/bazzite-btrfs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ index dd700da..152e231 100644
Type=oneshot
RemainAfterExit=true
+EnvironmentFile=/etc/default/steamos-btrfs
ExecStart=/usr/libexec/steamos-automount add %i
ExecStop=/usr/libexec/steamos-automount remove %i
ExecReload=/usr/libexec/steamos-automount retrigger %i
ExecStart=-/usr/libexec/steamos-automount add %i
ExecStop=-/usr/libexec/steamos-automount remove %i
ExecReload=-/usr/libexec/steamos-automount retrigger %i

diff --git a/usr/lib/hwsupport/format-device.sh b/usr/lib/hwsupport/format-device.sh
index b136413..d3cbb16 100755
Expand Down
6 changes: 3 additions & 3 deletions spec_files/jupiter-hw-support/selinux.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ index 96e8818..a16650c 100644
-ExecStart=/usr/lib/hwsupport/steamos-automount.sh add %i
-ExecStop=/usr/lib/hwsupport/steamos-automount.sh remove %i
-ExecReload=/usr/lib/hwsupport/steamos-automount.sh retrigger %i
+ExecStart=/usr/libexec/steamos-automount add %i
+ExecStop=/usr/libexec/steamos-automount remove %i
+ExecReload=/usr/libexec/steamos-automount retrigger %i
+ExecStart=-/usr/libexec/steamos-automount add %i
+ExecStop=-/usr/libexec/steamos-automount remove %i
+ExecReload=-/usr/libexec/steamos-automount retrigger %i

diff --git a/usr/bin/steamos-polkit-helpers/steamos-format-sdcard b/usr/bin/steamos-polkit-helpers/steamos-format-sdcard
index 53b4f2a..9022762 100755
Expand Down

0 comments on commit dac5bf5

Please sign in to comment.