* Tweaks based on review comments.

ubuntu/yakkety
James Hunt 11 years ago
parent 6627b99d73
commit f447fd56ed

@ -4,6 +4,6 @@
# to see what is happening.
systemd=/lib/systemd/systemd
sed -i \
-e "s,^\([ ]*GRUB_CMDLINE_LINUX\)=\"\"$,\1=\"init=$systemd\",g" \
-e "s,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)=\"quiet splash\",\1=\"\",g" \
-e "s,^\\([ ]*GRUB_CMDLINE_LINUX\\)=\"\"$,\\1=\"init=$systemd\",g" \
-e 's,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)="quiet splash",\1="",g' \
/etc/default/grub

Loading…
Cancel
Save