diff --git a/020_bootchart.sh b/020_bootchart.sh new file mode 100644 index 0000000..a4e73a7 --- /dev/null +++ b/020_bootchart.sh @@ -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