|
|
|
@ -1481,6 +1481,7 @@ if [[ $kernel_only != yes ]]; then
@@ -1481,6 +1481,7 @@ if [[ $kernel_only != yes ]]; then
|
|
|
|
|
cat "$f" >> "${initdir}/etc/fstab" |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
if dracut_module_included "systemd"; then |
|
|
|
|
if [ -d ${initdir}/$systemdutildir ]; then |
|
|
|
|
mkdir -p ${initdir}/etc/conf.d |
|
|
|
|
{ |
|
|
|
@ -1489,6 +1490,7 @@ if [[ $kernel_only != yes ]]; then
@@ -1489,6 +1490,7 @@ if [[ $kernel_only != yes ]]; then
|
|
|
|
|
printf "%s\n" "systemdsystemconfdir=\"$systemdsystemconfdir\"" |
|
|
|
|
} > ${initdir}/etc/conf.d/systemd.conf |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [[ $DRACUT_RESOLVE_LAZY ]] && [[ $DRACUT_INSTALL ]]; then |
|
|
|
|
dinfo "*** Resolving executable dependencies ***" |
|
|
|
|