From 2c6ea4ab49b76408af3d856a71d29c934770bfc5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 25 Oct 2019 16:34:13 +0200 Subject: [SSPS] Remove duplicate function (already in 10-handle_mysql.inc) --- satellit_installer/includes/20-prerequisites.inc | 6 ------ 1 file changed, 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" -} -- cgit v1.2.3-55-g7522