mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
Install pybootchartgui so that we can get boot chart pngs on the target machine
again. Note: This change will require you to rebuild your repo. Review URL: http://codereview.chromium.org/502083
This commit is contained in:
parent
ab9885ab30
commit
e016b13fe5
@ -46,10 +46,11 @@ EOF
|
|||||||
apt-get --yes --force-yes --no-install-recommends \
|
apt-get --yes --force-yes --no-install-recommends \
|
||||||
install "linux-image-${KERNEL_VERSION}"
|
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
|
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
|
# Install additional packages from a second mirror, if necessary. This must
|
||||||
# be done after all packages from the first repository are installed; after
|
# be done after all packages from the first repository are installed; after
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user