mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 23:15:30 +00:00
fix a problem for compiling ppc64 genesis-base
This commit is contained in:
@ -12,7 +12,7 @@ DIR=`readlink -f $DIR`
|
||||
# get the input files for dracut in the right place
|
||||
# Fedora 20 ppc64 uses /usr/lib/dracut/modules.d
|
||||
# CentOS 7 probably uses /usr/lib/dracut/modules.d also
|
||||
if [ -f "/usr/share/dracut/modules.d/97xcat" ]
|
||||
if [ -e "/usr/share/dracut/modules.d" ]
|
||||
then
|
||||
DRACUTMODDIR=/usr/share/dracut/modules.d/97xcat
|
||||
else
|
||||
|
Reference in New Issue
Block a user