Skip to content
Snippets Groups Projects
Verified Commit 4d4cb3a6 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

use prompt designation for the root account in install message

parent c2add29f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ post_upgrade() {
to install it to the MBR or UEFI. Due to potential configuration
incompatibilities, it is advised to run both, installation and generation
of configuration:
\$ grub-install ...
\$ grub-mkconfig -o /boot/grub/grub.cfg
# grub-install ...
# grub-mkconfig -o /boot/grub/grub.cfg
EOM
# return if old package version greater 2:2.06-0...
......@@ -32,7 +32,7 @@ EOM
post_install() {
cat <<EOM
:: Install your bootloader and generate configuration with:
\$ grub-install ...
\$ grub-mkconfig -o /boot/grub/grub.cfg
# grub-install ...
# grub-mkconfig -o /boot/grub/grub.cfg
EOM
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment