]> git.proxmox.com Git - dab-pve-appliances.git/blame - archive/debian-9.0-pmg-64/Makefile
debian: archive 9.x stretch release
[dab-pve-appliances.git] / archive / debian-9.0-pmg-64 / Makefile
CommitLineData
ef318db0
TL
1BASEDIR:=$(shell dab basedir)
2
3all: info/init_ok
4 dab bootstrap --minimal
5 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/' ${BASEDIR}/etc/ssh/sshd_config
6 dab exec /bin/systemctl enable systemd-timesyncd.service
7 touch ${BASEDIR}/proxmox_install_mode
8 dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container
9 rm ${BASEDIR}/proxmox_install_mode
10 sed -i 's/^deb.*repo.proxmox.com\/staging.*$$//' ${BASEDIR}/etc/apt/sources.list
11 dab finalize
12
13info/init_ok: dab.conf
14 dab init
15 touch $@
16
17.PHONY: clean
18clean:
19 dab clean
20 rm -f *~
21
22.PHONY: dist-clean
23dist-clean:
24 dab dist-clean
25 rm -f *~