Hide error when doing modprobe. We don't care if it fails.

but we care not to frighten the user.
parent b85793dd
......@@ -168,11 +168,11 @@ sleep 1
chmod 666 /dev/kvm
# Set power saving
modprobe acpi_cpufreq
modprobe acpi_cpufreq > /dev/null 2>&1
# Set hardware monitoring tools (for Shuttle xh61 machines)
modprobe coretemp
modprobe f71882fg
modprobe coretemp > /dev/null 2>&1
modprobe f71882fg > /dev/null 2>&1
# Activate KSM (shared memory for KVM)
echo 1 > /sys/kernel/mm/ksm/run
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment