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

Unified Diff: src/scripts/install_packages.sh

Issue 502083: Install pybootchartgui so that we can get boot chart pngs on the target machine (Closed)
Patch Set: No change? 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/package_repo/repo_list_image.txt ('k') | no next file » | 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 f98e46d0d492f7d6ef2116e97f0c3f598c0f35e5..d7dd020039941afb1e87215622954c7ceafc75fb 100755
--- a/src/scripts/install_packages.sh
+++ b/src/scripts/install_packages.sh
@@ -46,10 +46,11 @@ EOF
apt-get --yes --force-yes --no-install-recommends \
install "linux-image-${KERNEL_VERSION}"
-# Setup bootchart. Due to dependencies, this adds about 180MB!
+# Setup bootchart.
+# TODO: Move this and other developer oriented "components" into an optional
+# package-list-prod-dev.txt (ideally with a better name).
apt-get --yes --force-yes --no-install-recommends install bootchart
-# TODO: add pybootchartgui to create pretty picture.
-
+apt-get --yes --force-yes --no-install-recommends install pybootchartgui
# 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/package_repo/repo_list_image.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698