You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/data/post-scripts/60-systemd-preset.ks

14 lines
322 B

%post
# preset all services, to not worry about package installation order (preset
# files vs services)
systemctl preset-all
systemctl enable initial-setup.service
# systemctl preset-all disables default target
# (https://bugzilla.redhat.com/1316387), re-enable it manually
systemctl set-default graphical.target
%end