mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
feat(deck): Enable duperemove on SD card
This commit is contained in:
parent
443d500b6f
commit
345b81efda
@ -20,7 +20,7 @@ screens:
|
||||
description: Flattens duplicate files to take up no more space than a single copy, a considerable space savings for wine prefixes and compatdata
|
||||
default: true
|
||||
packages:
|
||||
- Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
|
||||
- Enable Duperemove: just --unstable enable-duperemove
|
||||
Autostart Steam:
|
||||
description: Launches Steam automatically on the desktop
|
||||
default: true
|
||||
|
@ -98,6 +98,10 @@ resize-deckswap: _auth
|
||||
just resize-deckswap
|
||||
fi
|
||||
|
||||
enable-duperemove:
|
||||
systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
|
||||
systemctl enable --now duperemove-weekly@$(systemd-escape /run/media/mmcblk0p1).timer
|
||||
|
||||
switch-to-ext4: _auth
|
||||
sudo -A sed -i 's@STEAMOS_BTRFS_SDCARD_FORMAT_FS="btrfs"@STEAMOS_BTRFS_SDCARD_FORMAT_FS="ext4"@g' /etc/default/steamos-btrfs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user