From 578c2eeafa99a9eeba95abdc377c8e5e8f001cab Mon Sep 17 00:00:00 2001 From: Cyteen Date: Wed, 1 Nov 2017 13:28:53 +0000 Subject: [PATCH] Added support for tracking initrd to the grub commandline. --- 020_bootchart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/020_bootchart.sh b/020_bootchart.sh index a4e73a7..d59b32f 100644 --- a/020_bootchart.sh +++ b/020_bootchart.sh @@ -1,5 +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 +sed -i "s|^GRUB_CMDLINE_LINUX=\"\(.*\)\"|GRUB_CMDLINE_LINUX=\"\1 initcall_debug printk.time=y init=/sbin/bootchartd rdinitrd=/sbin/bootchartd\"|" /etc/default/grub update-grub