diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ DSSP5 takes care of the boring work for you. You get to do the interesting part. # Dependencies -`apt-get install policycoreutils findutils make` +`apt-get install policycoreutils findutils make --no-install-recommends` # Suggests @@ -47,7 +47,7 @@ SELINUXTYPE=dssp5 EOF ``` -append `security=selinux` to the kernel command line +Append `security=selinux` to the kernel command line. `echo '-FM' > /.autorelabel && reboot` |