diff options
-rwxr-xr-x | data/live-build-config/hooks/live/20-systemd_target.chroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/20-systemd_target.chroot b/data/live-build-config/hooks/live/20-systemd_target.chroot new file mode 100755 index 00000000..a8d9fef2 --- /dev/null +++ b/data/live-build-config/hooks/live/20-systemd_target.chroot @@ -0,0 +1,4 @@ +#!/bin/sh + +echo I: Choose systemd multi-user.target over graphical.target +systemctl set-default -f multi-user.target |