gnomeos-run: Ensure we create DBus uuid
This commit is contained in:
parent
31c58aa7bd
commit
695b0ff874
|
|
@ -71,6 +71,8 @@ chmod a=rwxt tmp
|
||||||
if ! test -d ostree; then
|
if ! test -d ostree; then
|
||||||
mkdir ostree
|
mkdir ostree
|
||||||
mkdir -p -m 0755 ./ostree/var/{log,run,tmp,spool}
|
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
|
mkdir ostree/repo
|
||||||
ostree --repo=ostree/repo init
|
ostree --repo=ostree/repo init
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue