mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 18:20:42 +00:00
Add default file for duperemove, create directory meant to store hash files
This commit is contained in:
@@ -3,6 +3,7 @@ ARG FEDORA_MAJOR_VERSION=37
|
||||
FROM quay.io/fedora/fedora-coreos:stable
|
||||
|
||||
COPY etc /etc
|
||||
RUN mkdir -p /var/lib/duperemove
|
||||
|
||||
# Remove undesired packages
|
||||
RUN rpm-ostree override remove \
|
||||
|
||||
5
etc/default/duperemove
Normal file
5
etc/default/duperemove
Normal file
@@ -0,0 +1,5 @@
|
||||
# Dir to store hash files. Each instance has own, named by $(systemd-escape <instance>).hashfile
|
||||
HashDir=/var/lib/duperemove
|
||||
# Additional options for duperemove binary
|
||||
OPTIONS="--skip-zeroes --hash=xxhash"
|
||||
|
||||
Reference in New Issue
Block a user