summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/20-prerequisites.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/20-prerequisites.inc')
-rw-r--r--satellit_installer/includes/20-prerequisites.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/satellit_installer/includes/20-prerequisites.inc b/satellit_installer/includes/20-prerequisites.inc
index 1c93405..e0dc9e0 100644
--- a/satellit_installer/includes/20-prerequisites.inc
+++ b/satellit_installer/includes/20-prerequisites.inc
@@ -27,9 +27,3 @@ prerequisites() {
echo "# English locale detected; all is well."
fi
}
-
-preset_mysql_root() {
- # Presetting a root password for mysql so installer keeps quiet:
- debconf-set-selections <<< "mysql-server mysql-server/root_password password $MYSQL_ROOT_PASS"
- debconf-set-selections <<< "mysql-server mysql-server/root_password_again password $MYSQL_ROOT_PASS"
-}