Skip to content

Commit 693a937

Browse files
committed
feat(deck): Add option to disable SteamOS-BTRFS
1 parent 273b682 commit 693a937

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

system_files/deck/usr/share/ublue-os/firstboot/yafti.yml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ screens:
8888
default: true
8989
packages:
9090
- Setup Theme: just setup-theme
91+
Use EXT4 for SD Cards:
92+
description: Disable BTRFS support for SD cards for direct compatibility with SD cards formatted on stock SteamOS (Not recommended).
93+
default: false
94+
packages:
95+
- Switch SteamOS-BTRFS config to EXT4: just --unstable switch-to-ext4
9196
Wallpaper Engine:
9297
description: Enables Wallpaper Engine
9398
default: true

system_files/deck/usr/share/ublue-os/just/custom.just

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ resize-deckswap:
9494
just resize-deckswap
9595
fi
9696

97+
switch-to-ext4:
98+
just --unstable _auth | sudo sed -i 's@STEAMOS_BTRFS_SDCARD_FORMAT_FS="btrfs"@STEAMOS_BTRFS_SDCARD_FORMAT_FS="ext4"@g' /etc/default/steamos-btrfs
99+
97100
zram-on:
98101
#!/usr/bin/env bash
99102
KARGS=$(rpm-ostree kargs)

0 commit comments

Comments
 (0)