From e29df48a42ee6c7a94d618ce1637992dc9ef59c4 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 22 Sep 2011 02:34:17 +0200 Subject: [PATCH] .xinitrc: Added uid-creation (needed for mount-script) --- recipes/pandora-system/pandora-skel.bb | 2 +- recipes/pandora-system/pandora-skel/.xinitrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 & -- 2.39.5