Added bootchart2 with changes to /etc/default/grub.

This commit is contained in:
Cyteen 2017-11-01 11:31:38 +00:00
parent ced998a048
commit 3934d67f85
1 changed files with 5 additions and 0 deletions

5
020_bootchart.sh Normal file
View File

@ -0,0 +1,5 @@
apt-get install -y bootchart2 pybootchartgui
sed -i "s|^GRUB_CMDLINE_LINUX=\"\(.*\)\"|GRUB_CMDLINE_LINUX=\"\1 initcall_debug printk.time=y init=/sbin/bootchartd\"|" /etc/default/grub
update-grub