From 4c0000ec46a4445d75a67df47da6da2825b50f57 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 10 Apr 2013 06:41:26 -0700 Subject: [PATCH] update snapshots location for snapper Signed-off-by: William Douglas --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 6f0f3a7..85f6727 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -57,7 +57,7 @@ mount -oloop,ro $SRCMNT/LiveOS/ext3fs.img $SRCOSMNT mount ${TARGET_DEV}2 $TGTMNT /usr/sbin/btrfs subvolume create ${TGTMNT}/tizen -/usr/sbin/btrfs subvolume create ${TGTMNT}/tizen-snapshots +/usr/sbin/btrfs subvolume create ${TGTMNT}/tizen/.snapshots SUBVOLID=$(/usr/sbin/btrfs subvolume list $TGTMNT | grep 'tizen$' | awk '{ print $2 }') /usr/sbin/btrfs subvolume set-default $SUBVOLID $TGTMNT -- 2.7.4