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.
This commit is contained in:
Brian C. Lane 2012-05-08 10:45:03 -07:00
parent 115788ed09
commit b1ba9cacca
1 changed files with 0 additions and 6 deletions

View File

@ -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