set debian version in config

This commit is contained in:
2017-12-25 13:35:54 +00:00
parent c47f915bed
commit a309b8b92f
6 changed files with 21 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
## Dependencies
apt_install_permanent procps
## MySQL
debconf-set-selections <<< 'mariadb-server mariadb-server/root_password password dummy'
debconf-set-selections <<< 'mariadb-server mariadbql-server/root_password_again password dummy'
apt_install_permanent mariadb-server
apt_install_permanent mariadb-server
## Environment
export_env MYSQL_CONFIG /etc/mysql/my.cnf
@@ -16,4 +19,4 @@ tee -a $MYSQL_CONFIG <<EOF
[mysqld]
skip-grant-tables
EOF
EOF