Handle locations where we'll be installing files
Handle that files will be in different places once installedmaster
parent
641cc35629
commit
ab81170e59
6
dracut
6
dracut
|
@ -7,10 +7,10 @@
|
|||
# Copyright 2008, Red Hat, Inc. Jeremy Katz <katzj@redhat.com>
|
||||
# GPLv2 header here
|
||||
|
||||
if [ -f ./initrd-functions ]; then
|
||||
source ./initrd-functions
|
||||
if [ -f ./dracut-functions ]; then
|
||||
source ./dracut-functions
|
||||
else
|
||||
source /usr/libexec/initrd-functions
|
||||
source /usr/libexec/dracut/functions
|
||||
fi
|
||||
|
||||
[ -f /etc/dracut.conf ] && . /etc/dracut.conf
|
||||
|
|
Loading…
Reference in New Issue