|
|
@ -3,7 +3,7 @@
|
|
|
|
# Boot using systemd and disable quiet boot
|
|
|
|
# Boot using systemd and disable quiet boot
|
|
|
|
# to see what is happening.
|
|
|
|
# to see what is happening.
|
|
|
|
systemd=/lib/systemd/systemd
|
|
|
|
systemd=/lib/systemd/systemd
|
|
|
|
sed \
|
|
|
|
sed -i \
|
|
|
|
-e 's,^\([ ]*GRUB_CMDLINE_LINUX\)=""$,\1="init=$systemd",g' \
|
|
|
|
-e "s,^\([ ]*GRUB_CMDLINE_LINUX\)=\"\"$,\1=\"init=$systemd\",g" \
|
|
|
|
-e 's,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)="quiet splash",\1="",g' \
|
|
|
|
-e "s,^\([ ]*GRUB_CMDLINE_LINUX_DEFAULT\)=\"quiet splash\",\1=\"\",g" \
|
|
|
|
/etc/default/grub
|
|
|
|
/etc/default/grub
|
|
|
|