Skip to content
Snippets Groups Projects
Commit 232de527 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove nfs if it exists

parent 4a8144e3
No related branches found
No related tags found
No related merge requests found
......@@ -622,6 +622,11 @@ function create_usb_canary {
mark_completed $FUNCNAME
}
function remove_nfs {
apt-get -yq remove nfs-kernel-server
apt-get -yq remove nfs-common
}
function setup_firewall {
function_check create_completion_file
create_completion_file
......@@ -692,6 +697,9 @@ function setup_utils {
function_check proc_filesystem_settings
proc_filesystem_settings
function_check remove_nfs
remove_nfs
function_check optimise_filesystem
optimise_filesystem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment