pandora-xfce-image: specify IMAGE_LOGIN_MANAGER
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 18 Dec 2013 00:25:35 +0000 (02:25 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 18 Dec 2013 00:25:35 +0000 (02:25 +0200)
missing /etc/securetty otherwise?
it's already specified in pandora-core-image, so why not here?

recipes/images/pandora-xfce-image-nowifi.bb
recipes/images/pandora-xfce-image.bb

index 181eb67..cd97356 100755 (executable)
@@ -2,11 +2,11 @@
 
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es"
 
-#IMAGE_LOGIN_MANAGER = "shadow"
+IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
-PR = "r6"
+PR = "r7"
 
 export IMAGE_BASENAME = "pandora-xfce-image-nowifi"
 
index 0bb6fc6..3b5863b 100755 (executable)
@@ -2,11 +2,11 @@
 
 IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es"
 
-#IMAGE_LOGIN_MANAGER = "shadow"
+IMAGE_LOGIN_MANAGER = "shadow"
 
 inherit image
 
-PR = "r33"
+PR = "r34"
 
 export IMAGE_BASENAME = "pandora-xfce-image"