2023-07-12 17:13:22 +00:00
|
|
|
diff --git a/etc/systemd/system/steamos-automount@.service b/etc/systemd/system/steamos-automount@.service
|
|
|
|
index dd700da..152e231 100644
|
|
|
|
--- a/etc/systemd/system/steamos-automount@.service
|
|
|
|
+++ b/etc/systemd/system/steamos-automount@.service
|
2023-11-04 06:09:22 +00:00
|
|
|
@@ -14,6 +14,7 @@
|
2023-07-12 17:13:22 +00:00
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|
|
|
|
+EnvironmentFile=/etc/default/steamos-btrfs
|
2023-09-11 03:42:30 +00:00
|
|
|
ExecStart=/usr/libexec/steamos-automount add %i
|
|
|
|
ExecStop=/usr/libexec/steamos-automount remove %i
|
|
|
|
ExecReload=/usr/libexec/steamos-automount retrigger %i
|
2023-11-04 06:09:22 +00:00
|
|
|
|
2023-07-12 17:13:22 +00:00
|
|
|
diff --git a/usr/lib/hwsupport/format-device.sh b/usr/lib/hwsupport/format-device.sh
|
2023-08-10 23:24:06 +00:00
|
|
|
index b136413..d3cbb16 100755
|
2023-07-12 17:13:22 +00:00
|
|
|
--- a/usr/lib/hwsupport/format-device.sh
|
|
|
|
+++ b/usr/lib/hwsupport/format-device.sh
|
2023-08-10 23:24:06 +00:00
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
|
2023-07-12 17:13:22 +00:00
|
|
|
set -e
|
|
|
|
|
|
|
|
+source /etc/default/steamos-btrfs
|
|
|
|
+
|
2023-08-10 23:24:06 +00:00
|
|
|
# If the script is not run from a tty then send a copy of stdout and
|
|
|
|
# stderr to the journal. In this case stderr is also redirected to stdout.
|
|
|
|
if ! tty -s; then
|