From 01437159f7be2775d44b9b5a3b43d56e14268553 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 15 Apr 2013 15:12:15 -0700 Subject: [PATCH] Remove old snapshots subvolume creation. Also reword the instructions for rebooting after install. Signed-off-by: William Douglas --- scripts/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 85f6727..14425dd 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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..." -- 2.7.4