From af11946054193dbb13eec70cb62e6b0963c5fb41 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 5 Aug 2013 12:10:12 +0200 Subject: dracut-functions.sh: inst_multiple == dracut_install --- dracut.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dracut.sh') diff --git a/dracut.sh b/dracut.sh index c35d771f..e119bd2e 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1107,7 +1107,7 @@ if [[ $no_kernel != yes ]]; then fi if [[ $kernel_only != yes ]]; then - (( ${#install_items[@]} > 0 )) && dracut_install ${install_items[@]} + (( ${#install_items[@]} > 0 )) && inst_multiple ${install_items[@]} [[ $kernel_cmdline ]] && printf "%s\n" "$kernel_cmdline" >> "${initdir}/etc/cmdline.d/01-default.conf" @@ -1182,10 +1182,10 @@ PRELINK_BIN="$(command -v prelink)" if [[ $UID = 0 ]] && [[ $PRELINK_BIN ]]; then if [[ $DRACUT_FIPS_MODE ]]; then dinfo "*** Installing prelink files ***" - dracut_install -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache + inst_multiple -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf /etc/prelink.cache else dinfo "*** Pre-linking files ***" - dracut_install -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf + inst_multiple -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf chroot "$initdir" "$PRELINK_BIN" -a rm -f -- "$initdir/$PRELINK_BIN" rm -fr -- "$initdir"/etc/prelink.* -- cgit v1.2.3