Revert to init= on grub commandline.
This commit is contained in:
parent
c45eebbb38
commit
02592bbef6
|
|
@ -1,6 +1,6 @@
|
|||
apt-get install -y bootchart2 pybootchartgui
|
||||
|
||||
sed -i "s|^GRUB_CMDLINE_LINUX=\"\(.*\)\"|GRUB_CMDLINE_LINUX=\"\1 initcall_debug printk.time=y rdinitrd=/sbin/bootchartd\"|" /etc/default/grub
|
||||
sed -i "s|^GRUB_CMDLINE_LINUX=\"\(.*\)\"|GRUB_CMDLINE_LINUX=\"\1 initcall_debug printk.time=y init=/sbin/bootchartd\"|" /etc/default/grub
|
||||
|
||||
update-grub
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue