# File to start dhclient requests on different interfaces in parallel
-. /lib/dracut-lib.sh
+type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh
. /lib/net-lib.sh
netif=$1
#!/bin/sh
-. /lib/dracut-lib.sh
+type getargs > /dev/null 2>&1 || . /lib/dracut-lib.sh
type crypttab_contains > /dev/null 2>&1 || . /lib/dracut-crypt-lib.sh
dev=$1
# do not ask, if we already have root
[ -f "$NEWROOT"/proc ] && exit 0
-. /lib/dracut-lib.sh
+type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh
mkdir -p -m 0700 /run/cryptsetup
#!/bin/sh
-. /lib/dracut-lib.sh
+type getargs > /dev/null 2>&1 || . /lib/dracut-lib.sh
for modlist in $(getargs rd.driver.post); do
(
fi
RD_DEBUG=""
-. /lib/dracut-lib.sh
+type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh
setdebug
export TERM=linux
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
-. /lib/dracut-lib.sh
+type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh
if [ "$(stat -c '%T' -f /)" = "tmpfs" ]; then
mount -o remount,rw /