use prompt designation for the root account in install message

This commit is contained in:
Christian Hesse 2023-07-12 09:20:38 +02:00
parent c2add29f1f
commit 4d4cb3a6e9
No known key found for this signature in database
GPG Key ID: 6D42BDD116E0068F

View File

@ -13,8 +13,8 @@ post_upgrade() {
to install it to the MBR or UEFI. Due to potential configuration to install it to the MBR or UEFI. Due to potential configuration
incompatibilities, it is advised to run both, installation and generation incompatibilities, it is advised to run both, installation and generation
of configuration: of configuration:
\$ grub-install ... # grub-install ...
\$ grub-mkconfig -o /boot/grub/grub.cfg # grub-mkconfig -o /boot/grub/grub.cfg
EOM EOM
# return if old package version greater 2:2.06-0... # return if old package version greater 2:2.06-0...
@ -32,7 +32,7 @@ EOM
post_install() { post_install() {
cat <<EOM cat <<EOM
:: Install your bootloader and generate configuration with: :: Install your bootloader and generate configuration with:
\$ grub-install ... # grub-install ...
\$ grub-mkconfig -o /boot/grub/grub.cfg # grub-mkconfig -o /boot/grub/grub.cfg
EOM EOM
} }