Make the default systemd target graphical.target instead of multi-user.target. Hence, bring up the graphical environment by default.
Signed-off-by: Bob Ham <bob....@collabora.com> --- meta-shr/recipes-shr/images/shr-image.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-shr/recipes-shr/images/shr-image.inc b/meta-shr/recipes-shr/images/shr-image.inc index 779c20e..71ce74b 100644 --- a/meta-shr/recipes-shr/images/shr-image.inc +++ b/meta-shr/recipes-shr/images/shr-image.inc @@ -41,6 +41,8 @@ IMAGE_INSTALL += "\ packagegroup-shr-minimal-x \ " +# Make graphical.target the default instead of multi-user.target +SYSTEMD_DEFAULT_TARGET = "graphical.target" shr_rootfs_gta02_postprocess() { curdir=$PWD -- 2.1.4 _______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel