mariadb: updates
This commit is contained in:
parent
8869ee5331
commit
c2f1d3b680
|
@ -13,7 +13,7 @@ $(root_conf): my.cnf.root
|
||||||
postinstall: $(system_conf) $(root_conf)
|
postinstall: $(system_conf) $(root_conf)
|
||||||
rm -rf $(CHROOT)/var/lib/mysql
|
rm -rf $(CHROOT)/var/lib/mysql
|
||||||
$(inroot) bash -c 'yes gentoo | emerge --config dev-db/mariadb'
|
$(inroot) bash -c 'yes gentoo | emerge --config dev-db/mariadb'
|
||||||
$(inroot) systemctl enable mysqld
|
$(inroot) systemctl enable mariadb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
sys-kernel/gentoo-sources ~amd64 ~x86
|
sys-kernel/gentoo-sources ~amd64 ~x86
|
||||||
|
dev-db/mariadb ~amd64 ~x86
|
||||||
|
|
|
@ -13,4 +13,4 @@ sys-kernel/gentoo-sources symlink
|
||||||
|
|
||||||
# for mariadb
|
# for mariadb
|
||||||
net-misc/curl ssl
|
net-misc/curl ssl
|
||||||
dev-db/mariadb server ssl
|
dev-db/mariadb innodb-snappy server sphinx ssl
|
||||||
|
|
Loading…
Reference in New Issue