Title: [121636] trunk/Tools
Revision
121636
Author
[email protected]
Date
2012-07-01 14:30:26 -0700 (Sun, 01 Jul 2012)

Log Message

Unreviewed.

* EWSTools/cold-boot.sh:
    - Turns out we need to sudo this command in order for it to
      actually dimiss the EULA screen. :)

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121635 => 121636)


--- trunk/Tools/ChangeLog	2012-07-01 21:01:34 UTC (rev 121635)
+++ trunk/Tools/ChangeLog	2012-07-01 21:30:26 UTC (rev 121636)
@@ -1,3 +1,11 @@
+2012-07-01  Adam Barth  <[email protected]>
+
+        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  <[email protected]>
 
         Turns out we need zip too.

Modified: trunk/Tools/EWSTools/cold-boot.sh (121635 => 121636)


--- trunk/Tools/EWSTools/cold-boot.sh	2012-07-01 21:01:34 UTC (rev 121635)
+++ trunk/Tools/EWSTools/cold-boot.sh	2012-07-01 21:30:26 UTC (rev 121636)
@@ -45,7 +45,7 @@
 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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to