anaconda: re-enable graphical.target as default target
Workaround for https://bugzilla.redhat.com/1316387 (systemctl preset-all disables but wont enable default.target). QubesOS/qubes-issues#2412
This commit is contained in:
parent
493119be7b
commit
d8d9ac96ac
@ -6,4 +6,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user