From 1f02b0032f9250e5ca34753326e364d78f1310dc Mon Sep 17 00:00:00 2001 From: elliottcable Date: Fri, 6 Nov 2009 08:53:30 -0900 Subject: [PATCH] =?UTF-8?q?Need=20to=20use=20sudo=20on=20those=20stupid=20?= =?UTF-8?q?ubuntu=20instances=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 48496c3..4aed359 100755 --- a/bundle.sh +++ b/bundle.sh @@ -406,7 +406,7 @@ host_start() { esac ssh -o "StrictHostKeyChecking no" -i "id_rsa-$KERNEL_HOST_KEY" ubuntu@$KERNEL_HOST_IADDRESS <<-ITESTING - mount -t ext3 "$KERNEL_HOST_EPHEMERAL_STORE" /mnt + sudo mount -t ext3 "$KERNEL_HOST_EPHEMERAL_STORE" /mnt cd /tmp sudo wget -q http://ppa.launchpad.net/timg-tpi/ubuntu/pool/main/l/linux-ec2/linux-image-\$(uname -r)_2.6.31-300.2_$KERNEL_ARCH.deb