.xinitrc: Added uid-creation (needed for mount-script)
authorMichael Mrozek <EvilDragon@openpandora.de>
Thu, 22 Sep 2011 00:34:17 +0000 (02:34 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Thu, 22 Sep 2011 00:34:17 +0000 (02:34 +0200)
recipes/pandora-system/pandora-skel.bb
recipes/pandora-system/pandora-skel/.xinitrc

index 74ff31a..2332a76 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r7"
+PR = "r8"
 
 SRC_URI = " \
   file://.xinitrc \     
index ebd0504..9caa08c 100644 (file)
@@ -43,6 +43,7 @@ xmodmap ~/.pndXmodmap
 
 #Write the current user into /tmp/currentuser for any scripts or programs who want to make use of it
 whoami > /tmp/currentuser
+id -u > /tmp/currentuid
 
 # HUP pndnotifyd to make sure it picks up the users home.
 killall -1 pndnotifyd &