Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: src/scripts/install_packages.sh

Issue 501071: Here's the upgrade-everything-to-Karmic change. As promised, some fairly (Closed)
Patch Set: Remove java stuff, restore image size. Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/screenlocker/debian/control ('k') | src/scripts/make_chroot.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/install_packages.sh
diff --git a/src/scripts/install_packages.sh b/src/scripts/install_packages.sh
index b049ffa292f3754d3767c72ed0339c1d334e071c..f98e46d0d492f7d6ef2116e97f0c3f598c0f35e5 100755
--- a/src/scripts/install_packages.sh
+++ b/src/scripts/install_packages.sh
@@ -48,8 +48,8 @@ apt-get --yes --force-yes --no-install-recommends \
# Setup bootchart. Due to dependencies, this adds about 180MB!
apt-get --yes --force-yes --no-install-recommends install bootchart
-# TODO: Replace this with pybootchartgui, or remove it entirely.
-apt-get --yes --force-yes --no-install-recommends install bootchart-java
+# TODO: add pybootchartgui to create pretty picture.
+
# Install additional packages from a second mirror, if necessary. This must
# be done after all packages from the first repository are installed; after
« no previous file with comments | « src/platform/screenlocker/debian/control ('k') | src/scripts/make_chroot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698