Update snapshots location for snapper accepted/trunk/20130412.091547 submit/trunk/20130412.085600
authorWilliam Douglas <william.douglas@intel.com>
Wed, 10 Apr 2013 13:41:26 +0000 (06:41 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Fri, 12 Apr 2013 08:55:14 +0000 (01:55 -0700)
Signed-off-by: William Douglas <william.douglas@intel.com>
scripts/install.sh

index 6f0f3a7..85f6727 100644 (file)
@@ -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