diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-30 11:56:57 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-30 11:56:57 -0500 |
commit | dce59c2ec78a194dbc37805eba2f69d479c040ea (patch) | |
tree | d3760633fd988df3f5def75c00c4db1c47cbfe32 /squashfu.conf | |
parent | 3765a1575157261dd57dd1ce222bc654931b350d (diff) | |
download | squashfu-dce59c2ec78a194dbc37805eba2f69d479c040ea.tar.gz |
Move default location of inventory file to /var/lib so it has a better chance of being backed up by the user
Diffstat (limited to 'squashfu.conf')
-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 |