Browse code

Enable module loading in gce image

Change-Id: I98938115ead8131eff2b50b2c9247cb2f4254545
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3626
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

suezzelur authored on 2017/08/24 09:09:06
Showing 1 changed files
... ...
@@ -79,7 +79,7 @@ usermod -L root
79 79
 echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/ipv6-disable.conf
80 80
 
81 81
 # Disable loading/unloading of modules
82
-echo "kernel.modules_disabled = 1" > /etc/sysctl.d/modules_disabled.conf
82
+#echo "kernel.modules_disabled = 1" > /etc/sysctl.d/modules_disabled.conf
83 83
 
84 84
 # Remove kernel symbols
85 85
 rm -f /boot/System.map*