diff options
-rw-r--r-- | squashfu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu.conf b/squashfu.conf index 57ba133..67012a9 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -22,7 +22,7 @@ UNION_MOUNT="${BKUP_ROOT}/rw" # Cheezy name, important file. This is a catalog of your incrementals. # Bad things will happen if this file is corrupted or lost. -BINVENTORY="${BKUP_ROOT}/.bin.list" +BINVENTORY="/var/lib/squashfu.inv" # Filename for the seed generated. You shouldn't need # to change this |