Skip to content

Commit

Permalink
- mention dracut bugreport for the hack
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Mar 17, 2015
1 parent a1f90f4 commit a60c69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init_buildsystem
Expand Up @@ -853,6 +853,7 @@ test -x $BUILD_ROOT/sbin/ldconfig && chroot $BUILD_ROOT /sbin/ldconfig 2>&1

# hack around a initrd incompability
# initrd's prepared by dracut for systemd remove this directory
# hopefully fixed via bsc#922676
if test -L $BUILD_ROOT/var/run -a ! -e $BUILD_ROOT/var/run; then
rm $BUILD_ROOT/var/run
mkdir $BUILD_ROOT/var/run
Expand Down

0 comments on commit a60c69c

Please sign in to comment.