├── LICENSE ├── README.md ├── data ├── Screenshot_20221104_064629.png ├── Screenshot_20221104_064706.png ├── Screenshot_20221104_064721.png ├── download-installer.png ├── duperemove-0.14.1-1-x86_64.pkg.tar.zst ├── duperemove-0.14.1-1-x86_64.pkg.tar.zst.sig ├── rmlint-2.10.2-1-x86_64.pkg.tar.zst ├── steamos-btrfs-conversion.webp ├── steamos-btrfs-logo.png └── steamos-btrfs-logo.svg ├── files ├── etc │ ├── atomic-update.conf.d │ │ └── steamos-btrfs.conf │ ├── conf.d │ │ └── btrfs-dedup │ └── default │ │ └── steamos-btrfs ├── home │ └── deck │ │ └── tools │ │ ├── repair_device.sh.patch │ │ ├── repair_device.sh.patch.old.20220315085554 │ │ ├── repair_device.sh.patch.old.20220513091610 │ │ ├── repair_device.sh.patch.old.20220531135847 │ │ ├── repair_device.sh.patch.old.20220902122541 │ │ └── repair_device.sh.patch.old.20240122123825 └── usr │ ├── bin │ ├── btrfs-dedup │ ├── mkswapfile.patch │ ├── mkswapfile.patch.old.20220315145926 │ ├── mkswapfile.patch.old.20221129093812 │ ├── mkswapfile.patch.old.20230922085959.20230915.100 │ └── steamos-convert-home-to-btrfs-session │ ├── lib │ ├── hwsupport │ │ ├── format-device.sh.patch │ │ ├── format-device.sh.patch.old.20221102115053 │ │ ├── format-device.sh.patch.old.20221120165816 │ │ ├── format-device.sh.patch.old.20221129150422 │ │ ├── format-device.sh.patch.old.20221204225858 │ │ ├── format-device.sh.patch.old.20230728081521 │ │ ├── format-device.sh.patch.old.20230922091429.20230915.100 │ │ ├── format-device.sh.patch.old.20240122123652.20230915.100 │ │ ├── format-device.sh.patch.old.20240220112012.20240216.1000 │ │ ├── format-device.sh.patch.old.20250315100731.20250313.1001 │ │ ├── format-sdcard.sh.patch │ │ ├── format-sdcard.sh.patch.old.0 │ │ ├── format-sdcard.sh.patch.old.20220314183427 │ │ ├── format-sdcard.sh.patch.old.20220331083610 │ │ ├── format-sdcard.sh.patch.old.20220511143659 │ │ ├── format-sdcard.sh.patch.old.20220528172420 │ │ ├── format-sdcard.sh.patch.old.20220606091921 │ │ ├── format-sdcard.sh.patch.old.20220729181029 │ │ ├── format-sdcard.sh.patch.old.20220902110512 │ │ ├── format-sdcard.sh.patch.old.20220902142410 │ │ ├── format-sdcard.sh.patch.old.20220919073303 │ │ ├── format-sdcard.sh.patch.old.20221205100859 │ │ ├── sdcard-mount.sh.patch │ │ ├── sdcard-mount.sh.patch.old.20220316214808 │ │ ├── sdcard-mount.sh.patch.old.20220512150344 │ │ ├── sdcard-mount.sh.patch.old.20220606111239 │ │ ├── sdcard-mount.sh.patch.old.20220701111118 │ │ ├── sdcard-mount.sh.patch.old.20220919082818 │ │ ├── sdcard-mount.sh.patch.old.20221129150630 │ │ ├── sdcard-mount.sh.patch.old.20221204225524 │ │ ├── sdcard-mount.sh.patch.old.20221205100819 │ │ ├── sdcard-mount.sh.patch.old.20240122124548 │ │ ├── steamos-automount.sh.patch │ │ ├── steamos-automount.sh.patch.old.20221221213921 │ │ ├── steamos-automount.sh.patch.old.20230421180521 │ │ ├── steamos-automount.sh.patch.old.20230728081521 │ │ ├── steamos-automount.sh.patch.old.20230922092749.20230915.100 │ │ ├── steamos-automount.sh.patch.old.20230929101010.20230927.1000 │ │ ├── steamos-automount.sh.patch.old.20231104103824.20231031.1000 │ │ ├── steamos-automount.sh.patch.old.20231126125001.20231122.1 │ │ ├── steamos-automount.sh.patch.old.20240122124637.20231122.1 │ │ ├── steamos-automount.sh.patch.old.20240220104547.20240216.1000 │ │ └── steamos-automount.sh.patch.old.20240220124315.20240216.1000 │ ├── rauc │ │ ├── post-install.sh.patch │ │ ├── post-install.sh.patch.old.1 │ │ ├── post-install.sh.patch.old.2 │ │ ├── post-install.sh.patch.old.20221103150837 │ │ ├── post-install.sh.patch.old.20230922092127.20230915.100 │ │ ├── post-install.sh.patch.old.20240220112821.20240216.1000 │ │ ├── post-install.sh.patch.old.20240220122653.20240216.1000 │ │ └── post-install.sh.patch.old.20250315092755.20250313.1001 │ ├── steamos │ │ └── steamos-convert-home-to-btrfs │ └── systemd │ │ └── system │ │ ├── btrfs-dedup@.service │ │ ├── btrfs-dedup@.timer │ │ ├── multi-user.target.wants │ │ └── steamos-convert-home-to-btrfs.service │ │ ├── steamos-convert-home-to-btrfs.service │ │ ├── swapfile.service.patch │ │ ├── swapfile.service.patch.old.0 │ │ └── swapfile.service.patch.old.20250315095757.20250313.1001 │ └── share │ ├── applications │ └── steamos-btrfs.desktop │ └── xsessions │ └── steamos-convert-home-to-btrfs.desktop ├── install.sh └── version /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/README.md -------------------------------------------------------------------------------- /data/Screenshot_20221104_064629.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/Screenshot_20221104_064629.png -------------------------------------------------------------------------------- /data/Screenshot_20221104_064706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/Screenshot_20221104_064706.png -------------------------------------------------------------------------------- /data/Screenshot_20221104_064721.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/Screenshot_20221104_064721.png -------------------------------------------------------------------------------- /data/download-installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/download-installer.png -------------------------------------------------------------------------------- /data/duperemove-0.14.1-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/duperemove-0.14.1-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /data/duperemove-0.14.1-1-x86_64.pkg.tar.zst.sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/duperemove-0.14.1-1-x86_64.pkg.tar.zst.sig -------------------------------------------------------------------------------- /data/rmlint-2.10.2-1-x86_64.pkg.tar.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/rmlint-2.10.2-1-x86_64.pkg.tar.zst -------------------------------------------------------------------------------- /data/steamos-btrfs-conversion.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/steamos-btrfs-conversion.webp -------------------------------------------------------------------------------- /data/steamos-btrfs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/steamos-btrfs-logo.png -------------------------------------------------------------------------------- /data/steamos-btrfs-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/data/steamos-btrfs-logo.svg -------------------------------------------------------------------------------- /files/etc/atomic-update.conf.d/steamos-btrfs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/etc/atomic-update.conf.d/steamos-btrfs.conf -------------------------------------------------------------------------------- /files/etc/conf.d/btrfs-dedup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/etc/conf.d/btrfs-dedup -------------------------------------------------------------------------------- /files/etc/default/steamos-btrfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/etc/default/steamos-btrfs -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch: -------------------------------------------------------------------------------- 1 | repair_device.sh.patch.old.20240122123825 -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch.old.20220315085554: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/home/deck/tools/repair_device.sh.patch.old.20220315085554 -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch.old.20220513091610: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/home/deck/tools/repair_device.sh.patch.old.20220513091610 -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch.old.20220531135847: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/home/deck/tools/repair_device.sh.patch.old.20220531135847 -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch.old.20220902122541: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/home/deck/tools/repair_device.sh.patch.old.20220902122541 -------------------------------------------------------------------------------- /files/home/deck/tools/repair_device.sh.patch.old.20240122123825: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/home/deck/tools/repair_device.sh.patch.old.20240122123825 -------------------------------------------------------------------------------- /files/usr/bin/btrfs-dedup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/bin/btrfs-dedup -------------------------------------------------------------------------------- /files/usr/bin/mkswapfile.patch: -------------------------------------------------------------------------------- 1 | mkswapfile.patch.old.20230922085959.20230915.100 -------------------------------------------------------------------------------- /files/usr/bin/mkswapfile.patch.old.20220315145926: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/bin/mkswapfile.patch.old.20220315145926 -------------------------------------------------------------------------------- /files/usr/bin/mkswapfile.patch.old.20221129093812: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/bin/mkswapfile.patch.old.20221129093812 -------------------------------------------------------------------------------- /files/usr/bin/mkswapfile.patch.old.20230922085959.20230915.100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/bin/mkswapfile.patch.old.20230922085959.20230915.100 -------------------------------------------------------------------------------- /files/usr/bin/steamos-convert-home-to-btrfs-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/bin/steamos-convert-home-to-btrfs-session -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch: -------------------------------------------------------------------------------- 1 | format-device.sh.patch.old.20250315100731.20250313.1001 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20221102115053: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20221102115053 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20221120165816: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20221120165816 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20221129150422: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20221129150422 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20221204225858: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20221204225858 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20230728081521: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20230728081521 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20230922091429.20230915.100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20230922091429.20230915.100 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20240122123652.20230915.100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20240122123652.20230915.100 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20240220112012.20240216.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20240220112012.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-device.sh.patch.old.20250315100731.20250313.1001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-device.sh.patch.old.20250315100731.20250313.1001 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch: -------------------------------------------------------------------------------- 1 | format-sdcard.sh.patch.old.0 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220314183427: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220314183427 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220331083610: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220331083610 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220511143659: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220511143659 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220528172420: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220528172420 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220606091921: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220606091921 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220729181029: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220729181029 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220902110512: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220902110512 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220902142410: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220902142410 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220919073303: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20220919073303 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20221205100859: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/format-sdcard.sh.patch.old.20221205100859 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch: -------------------------------------------------------------------------------- 1 | sdcard-mount.sh.patch.old.20240122124548 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220316214808: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220316214808 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220512150344: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220512150344 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220606111239: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220606111239 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220701111118: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220701111118 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220919082818: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20220919082818 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221129150630: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221129150630 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221204225524: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221204225524 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221205100819: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20221205100819 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20240122124548: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/sdcard-mount.sh.patch.old.20240122124548 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch: -------------------------------------------------------------------------------- 1 | steamos-automount.sh.patch.old.20240220124315.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20221221213921: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20221221213921 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230421180521: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230421180521 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230728081521: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230728081521 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230922092749.20230915.100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230922092749.20230915.100 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230929101010.20230927.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20230929101010.20230927.1000 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20231104103824.20231031.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20231104103824.20231031.1000 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20231126125001.20231122.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20231126125001.20231122.1 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240122124637.20231122.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240122124637.20231122.1 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240220104547.20240216.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240220104547.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240220124315.20240216.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/hwsupport/steamos-automount.sh.patch.old.20240220124315.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch: -------------------------------------------------------------------------------- 1 | post-install.sh.patch.old.20250315092755.20250313.1001 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.1 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.2 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.20221103150837: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.20221103150837 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.20230922092127.20230915.100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.20230922092127.20230915.100 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.20240220112821.20240216.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.20240220112821.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.20240220122653.20240216.1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.20240220122653.20240216.1000 -------------------------------------------------------------------------------- /files/usr/lib/rauc/post-install.sh.patch.old.20250315092755.20250313.1001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/rauc/post-install.sh.patch.old.20250315092755.20250313.1001 -------------------------------------------------------------------------------- /files/usr/lib/steamos/steamos-convert-home-to-btrfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/steamos/steamos-convert-home-to-btrfs -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/btrfs-dedup@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/systemd/system/btrfs-dedup@.service -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/btrfs-dedup@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/systemd/system/btrfs-dedup@.timer -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/multi-user.target.wants/steamos-convert-home-to-btrfs.service: -------------------------------------------------------------------------------- 1 | ../steamos-convert-home-to-btrfs.service -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/steamos-convert-home-to-btrfs.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/systemd/system/steamos-convert-home-to-btrfs.service -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/swapfile.service.patch: -------------------------------------------------------------------------------- 1 | swapfile.service.patch.old.20250315095757.20250313.1001 -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/swapfile.service.patch.old.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/usr/lib/systemd/system/swapfile.service.patch.old.20250315095757.20250313.1001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/lib/systemd/system/swapfile.service.patch.old.20250315095757.20250313.1001 -------------------------------------------------------------------------------- /files/usr/share/applications/steamos-btrfs.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/share/applications/steamos-btrfs.desktop -------------------------------------------------------------------------------- /files/usr/share/xsessions/steamos-convert-home-to-btrfs.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/files/usr/share/xsessions/steamos-convert-home-to-btrfs.desktop -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/steamos-btrfs/HEAD/install.sh -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 1.4.3.20250315 2 | --------------------------------------------------------------------------------