summaryrefslogtreecommitdiff
path: root/data/live-build-config
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@sentrium.io>2019-07-01 13:17:48 -0500
committerDaniil Baturin <daniil@baturin.org>2019-09-04 14:04:05 +0200
commit24f1a74bc88f3a931f22c409971a4a461c5b8775 (patch)
tree361a5d8f2d8a46b94a6beefa6c02419c4d51003e /data/live-build-config
parent3afe79d66a7bccc834f145847208cfe841d4b6e7 (diff)
downloadvyos-build-24f1a74bc88f3a931f22c409971a4a461c5b8775.tar.gz
vyos-build-24f1a74bc88f3a931f22c409971a4a461c5b8775.zip
[service https] T1443: add nginx and ssl-cert packages; disable nginx on
boot. Conflicts: data/live-build-config/hooks/live/18-enable-disable_services.chroot
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot1
-rw-r--r--data/live-build-config/package-lists/vyos-utils.list.chroot2
2 files changed, 3 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
index abb67e0f..0caed88a 100755
--- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot
+++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
@@ -38,5 +38,6 @@ systemctl disable tftpd-hpa.service
systemctl disable strongswan.service
systemctl disable frr.service
systemctl disable salt-minion.service
+systemctl disable nginx.service
systemctl enable vyos-hostsd.service
diff --git a/data/live-build-config/package-lists/vyos-utils.list.chroot b/data/live-build-config/package-lists/vyos-utils.list.chroot
index 55f703c8..4dcfef1e 100644
--- a/data/live-build-config/package-lists/vyos-utils.list.chroot
+++ b/data/live-build-config/package-lists/vyos-utils.list.chroot
@@ -26,3 +26,5 @@ aptitude
localepurge
bgpq3
libnss-myhostname
+ssl-cert
+nginx-light