mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
chore: Remove now unneeded params on duperemove & rmlint
This commit is contained in:
parent
514d09593b
commit
93456ebe3a
@ -83,9 +83,7 @@ RUN rpm-ostree install \
|
||||
lato-fonts \
|
||||
fira-code-fonts && \
|
||||
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \
|
||||
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer && \
|
||||
sed -i 's/ExecStart=rmlint/ExecStart=rmlint --algorithm=xxhash/g' /usr/lib/systemd/system/btrfs-dedup@.service && \
|
||||
sed -i 's/duperemove -r/duperemove --hash=xxhash -r/g' /usr/lib/systemd/system/btrfs-dedup@.service
|
||||
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer
|
||||
|
||||
# Configure KDE & GNOME
|
||||
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user