Merge pull request #49 from lzha101/lzha101-patch-2

Update README for SUSE on sgx2 branch

Signed-off-by: Zhang Lili lili.z.zhang@intel.com
This commit is contained in:
lzha101
2017-12-27 16:30:37 +08:00
committed by GitHub
+4
View File
@@ -71,6 +71,10 @@ On Red Hat Enterprise Linux Server or CentOS, need to run below command on each
```
$ sudo /sbin/modprobe isgx
```
On SUSE, need to add '--allow-unsupported' flag when executing 'modprobe' command during the SGX driver intallation and on each reboot
```
$ sudo /sbin/modprobe isgx --allow-unsupported
```
### Uninstall the Intel(R) SGX Driver
Before uninstall the Intel(R) SGX driver, make sure the aesmd service is stopped. See the topic, Start or Stop aesmd Service, on how to stop the aesmd service.