diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-27 19:12:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-27 19:13:08 +0200 |
commit | 9bdc1f5df8e745d16cb0b42d5dd7a16d38019037 (patch) | |
tree | 204a9f58a2784cf956759071b0a2d648a0cd8777 | |
parent | 3388a3c0f9bb4782b1eb126739f2c63517274e9d (diff) | |
download | vyos-build-9bdc1f5df8e745d16cb0b42d5dd7a16d38019037.tar.gz vyos-build-9bdc1f5df8e745d16cb0b42d5dd7a16d38019037.zip |
T792: add TFTP server functionality
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index b8569901..403ded4e 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -32,6 +32,8 @@ systemctl disable udp-broadcast-relay{1.99} /usr/sbin/update-rc.d -f udp-broadcast-relay remove systemctl disable pdns-recursor /usr/sbin/update-rc.d -f pdns-recursor remove +systemctl disable tftp-hpa +/usr/sbin/update-rc.d -f tftp-hpa remove systemctl disable frr.service |