Unreviewed.
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 1 Jul 2012 21:30:26 +0000 (21:30 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 1 Jul 2012 21:30:26 +0000 (21:30 +0000)
* EWSTools/cold-boot.sh:
    - Turns out we need to sudo this command in order for it to
      actually dimiss the EULA screen. :)

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121636 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/EWSTools/cold-boot.sh

index 41d7b0f..da73eb0 100644 (file)
@@ -1,3 +1,11 @@
+2012-07-01  Adam Barth  <abarth@webkit.org>
+
+        Unreviewed.
+
+        * EWSTools/cold-boot.sh:
+            - Turns out we need to sudo this command in order for it to
+              actually dimiss the EULA screen. :)
+
 2012-06-29  Adam Barth  <abarth@webkit.org>
 
         Turns out we need zip too.
index 02b34b7..821ebc4 100755 (executable)
@@ -45,7 +45,7 @@ EOF
 sudo mkfs.ext4 /dev/vdb1
 sudo mount /dev/vdb1 /mnt
 
-echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
+echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
 
 curl http://src.chromium.org/svn/trunk/src/build/install-build-deps.sh > install-build-deps.sh
 bash install-build-deps.sh --no-prompt