From b1ba9cacca672627788357ec3a876a719d1a1cce Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 8 May 2012 10:45:03 -0700 Subject: [PATCH] stop moving /run (#818918) This was a hack, /run is on tmpfs so lorax should leave it to the apps to create their own directories. --- share/runtime-postinstall.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index bbbe5cb3..e219c4f0 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -69,12 +69,6 @@ replace "root:\*:" "root::" etc/shadow runcmd ssh-keygen -q -C "" -N "" -t dsa -f ${root}/etc/ssh/ssh_host_dsa_key chmod etc/ssh/ssh_host*_key 600 chmod etc/ssh/ssh_host*_key.pub 644 - ## var/run is a symlink to tmpfs, so the created dbus directory does not stay - remove var/run - remove var/lock - move run var/run - symlink run/lock var/lock - mkdir var/run/dbus %endif ## gconf settings