From: Michael Mrozek Date: Thu, 22 Sep 2011 00:34:17 +0000 (+0200) Subject: .xinitrc: Added uid-creation (needed for mount-script) X-Git-Tag: sz_beta3~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29df48a42ee6c7a94d618ce1637992dc9ef59c4;p=openpandora.oe.git .xinitrc: Added uid-creation (needed for mount-script) --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 74ff31a..2332a76 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -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 \ diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index ebd0504..9caa08c 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -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 &