From 2b4d557f0d8804e8cf8bd9e95b0e335ef01d1b01 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 11 Jan 2010 21:07:55 -0500 Subject: Prefix bin directory and binventory with . to hide --- squashfu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squashfu.conf b/squashfu.conf index 6f5eb4e..69ba74c 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -14,11 +14,11 @@ COLOR=true BKUP_ROOT="/mnt/Gluttony/squashup" # Location of the -BINS_DIR="${BKUP_ROOT}/bins" +BINS_DIR="${BKUP_ROOT}/.bins" # 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="${BKUP_ROOT}/.bin.list" # Filename for the seed generated. You shouldn't need # to change this -- cgit v1.2.3