mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Minor comment edit
This commit is contained in:
parent
b915d8d797
commit
936f79590c
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -4,7 +4,7 @@ export LC_ALL=C
|
|||
function ignore_msrs_always() {
|
||||
# Make sure the host has /etc/modprobe.d
|
||||
if [ -d /etc/modprobe.d ]; then
|
||||
# Skip if already ignore_msrs is already enabled, assumes initramfs has been rebuilt
|
||||
# Skip if ignore_msrs is already enabled, assumes initramfs has been rebuilt
|
||||
if grep -lq 'ignore_msrs=Y' /etc/modprobe.d/kvm-quickemu.conf >/dev/null 2>&1; then
|
||||
echo "options kvm ignore_msrs=Y" | sudo tee /etc/modprobe.d/kvm-quickemu.conf
|
||||
sudo update-initramfs -k all -u
|
||||
|
|
Loading…
Reference in a new issue