if (( ${#install_items_l[@]} )); then
while pop install_items_l val; do
- push install_items $val
+ install_items+=" $val "
done
fi
fi
done
-while pop install_items items; do
- for item in $items; do
- dracut_install "$item"
- done
+for item in $install_items; do
+ dracut_install -o "$item"
done
unset item
The kernel modules have to be specified without the ".ko" suffix.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <envar>install_items+=" <replaceable><kernel modules></replaceable> "</envar>
+ </term>
+ <listitem>
+ <para>Specify a space-separated list of files, which are added to the initramfs image.</para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>
<envar>filesystems+=" <replaceable><filesystem names></replaceable> "</envar>