Skip to content
  1. Oct 13, 2015
  2. Sep 23, 2015
    • Wenzong Fan's avatar
      dracut: install modules to /usr/lib · f4533380
      Wenzong Fan authored
      
      
      The dracut modules will be installed to /usr/lib64 while building 64bit
      targets with multilib enabled, this causes runtime errors:
      
        dracut: Cannot find /usr/lib/dracut/dracut-functions.sh.
        dracut: Are you running from a git checkout?
        dracut: Try passing -l as an argument to /usr/bin/dracut
      
      The dracut modules, 50-dracut.install and 51-dracut-rescue.install must
      be installed to /usr/lib as Fedora 20 does.
      
      Signed-off-by: default avatarWenzong Fan <wenzong.fan@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      f4533380