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

10 lines
172 B

%post
# preset all services, to not worry about package installation order (preset
# files vs services)
systemctl preset-all
systemctl enable initial-setup.service
%end