Used single quotes to avoid escaping the double quotes.

Committer: david <mmw@tagmar.net>
This commit is contained in:
root 2020-01-13 22:15:38 +00:00
parent 56a9e18b13
commit c70d0bf17f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
apt-get install -y bootchart2 pybootchartgui 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"|' /etc/default/grub
update-grub update-grub