From a685e6147ec1f1bfe24ea7beafabd77570897e47 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Apr 2016 15:39:44 -0400 Subject: [PATCH] Boot to graphical.target by default Thats what we do in the workstation. --- fedora-atomic-workstation-default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic-workstation-default.json b/fedora-atomic-workstation-default.json index 35cc0f7..af5f7bf 100644 --- a/fedora-atomic-workstation-default.json +++ b/fedora-atomic-workstation-default.json @@ -152,5 +152,5 @@ "policycoreutils-python-utils", "audit"], - "default_target": "multi-user.target" + "default_target": "graphical.target" }