]> git.ipfire.org Git - thirdparty/dracut.git/blame - modules.d/35network-legacy/parse-ibft.sh
Disable NetworkManager tests for Fedora 30
[thirdparty/dracut.git] / modules.d / 35network-legacy / parse-ibft.sh
CommitLineData
a242ef13 1#!/bin/sh
a242ef13
HH
2
3command -v getarg >/dev/null || . /lib/dracut-lib.sh
4command -v ibft_to_cmdline >/dev/null || . /lib/net-lib.sh
5
5580e4c1 6if getargbool 0 rd.iscsi.ibft -d "ip=ibft"; then
73833796
HH
7 modprobe -b -q iscsi_boot_sysfs 2>/dev/null
8 modprobe -b -q iscsi_ibft
5580e4c1
HH
9 ibft_to_cmdline
10fi