[ostree] gnomeos-run: Ensure we create DBus uuid
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] gnomeos-run: Ensure we create DBus uuid
- Date: Fri, 27 Jan 2012 23:28:14 +0000 (UTC)
commit 695b0ff874be42d35d0f2dfbd2eca54cd5d273c7
Author: Colin Walters <walters verbum org>
Date: Fri Jan 27 18:19:51 2012 -0500
gnomeos-run: Ensure we create DBus uuid
gnomeos/yocto/gnomeos-run.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnomeos/yocto/gnomeos-run.sh b/gnomeos/yocto/gnomeos-run.sh
index 7d5ab70..bd591c8 100755
--- a/gnomeos/yocto/gnomeos-run.sh
+++ b/gnomeos/yocto/gnomeos-run.sh
@@ -71,6 +71,8 @@ chmod a=rwxt tmp
if ! test -d ostree; then
mkdir ostree
mkdir -p -m 0755 ./ostree/var/{log,run,tmp,spool}
+ mkdir -p ./ostree/var/lib/dbus
+ dbus-uuidgen > ./ostree/var/lib/dbus/machine-id
mkdir ostree/repo
ostree --repo=ostree/repo init
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]