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 |