Fix: Update typo in echo command for mkinitcpio in error message.
This commit is contained in:
parent
76d5360dbe
commit
932e9b1fa0
2
quickemu
2
quickemu
|
|
@ -35,7 +35,7 @@ function ignore_msrs_always() {
|
|||
;;
|
||||
3)
|
||||
echo "ERROR! User does not have update-initramfs or mkinitcpio installed, please find out respective utility to update/regenrate intiramfs."
|
||||
echo "Run respective command for 'sudo update-initramfs -k all -u'(debian) or 'sudo mkinitcpio -p linux'(arch)"
|
||||
echo "Run respective command for 'sudo update-initramfs -k all -u'(debian) or 'sudo mkinitcpio -P'(arch)"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in New Issue