More hacks to work around weird /var/run vs. /run stuff in F15
This commit is contained in:
parent
6c7709e592
commit
080a32b273
@ -43,9 +43,12 @@ move etc/yum.repos.d etc/anaconda.repos.d
|
|||||||
symlink init sbin/poweroff
|
symlink init sbin/poweroff
|
||||||
symlink init sbin/reboot
|
symlink init sbin/reboot
|
||||||
remove sbin/runlevel sbin/telinit
|
remove sbin/runlevel sbin/telinit
|
||||||
## Since systemd won't be setting up sockets in /run for us..
|
## dracut does stuff to /run so these links won't work..
|
||||||
remove var/run
|
remove var/run
|
||||||
move run var
|
remove var/lock
|
||||||
|
move run var/run
|
||||||
|
symlink run/lock var/lock
|
||||||
|
## Since systemd won't be setting up sockets in /run for us..
|
||||||
mkdir var/run/dbus
|
mkdir var/run/dbus
|
||||||
%endif
|
%endif
|
||||||
symlink /sbin/init init
|
symlink /sbin/init init
|
||||||
|
Loading…
Reference in New Issue
Block a user