Remove old snapshots subvolume creation.
authorWilliam Douglas <william.douglas@intel.com>
Mon, 15 Apr 2013 22:12:15 +0000 (15:12 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Mon, 15 Apr 2013 22:12:15 +0000 (15:12 -0700)
Also reword the instructions for rebooting after install.

Signed-off-by: William Douglas <william.douglas@intel.com>
scripts/install.sh

index 85f6727..14425dd 100644 (file)
@@ -105,15 +105,10 @@ umount $TGTMNT
 umount $SRCOSMNT
 umount $SRCMNT
 
-mount ${TARGET_DEV}2 $TGTMNT -o subvolid=0
-
-/usr/sbin/btrfs subvolume snapshot ${TGTMNT}/tizen ${TGTMNT}/tizen-snapshots/fresh-install
-
-umount $TGTMNT
 sync
 
 plymouth hide-message  --text "Installing in to the hard disk now, this will take a few minutes..."
-plymouth display-message  --text "Now remove the USB key and hit R key to reboot. Enjoy!"
+plymouth display-message  --text "Hit R key to reboot and then remove the usb stick. Enjoy!"
 
 plymouth watch-keystroke --command="/usr/bin/test" --keys "rR"
 echo "Rebooting..."