From dce59c2ec78a194dbc37805eba2f69d479c040ea Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 30 Jan 2010 11:56:57 -0500 Subject: Move default location of inventory file to /var/lib so it has a better chance of being backed up by the user --- squashfu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'squashfu.conf') 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 -- cgit v1.2.3