diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-02 21:02:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-02 21:02:22 +0100 |
commit | 736de7a6bbfb4808eaaab27b7c18817183383e5f (patch) | |
tree | f7c76dd0aea508d8cf049e3fcd1a731273278ee0 /data/live-build-config/hooks/live/18-enable-disable_services.chroot | |
parent | 143dfc0c67bef36d7d4f30fb052605b8ec6b1460 (diff) | |
download | vyos-build-736de7a6bbfb4808eaaab27b7c18817183383e5f.tar.gz vyos-build-736de7a6bbfb4808eaaab27b7c18817183383e5f.zip |
systemd: cryptsetup: we do not support encrypted volumes
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 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 30ed2c7a..50325aeb 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 @@ -52,6 +52,7 @@ systemctl disable pcscd.service systemctl disable man-db.timer systemctl disable ntp.service systemctl disable igmpproxy.service +systemctl disable cryptsetup.service systemctl enable vyos-hostsd.service systemctl enable acpid.service |