From b544f7243da7b3ca862c2e48c6220a0134b4bf15 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 3 May 2018 09:13:32 +0200 Subject: initrd: add iBFT reader This is loosely based on nms-ibft-reader, but with some significant changes. Notably, it parses /sys/firmware/ibft directly instead of iscsiadm output. iscsiadm is not available on early boot (perhaps it's too large) and turns out that parsing sysfs directly is easier and more straightforwared anyways. A win-win situation. It is not useful alone, it's in a separate commit just for the sake of easier review. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f71f1f88a8..fafa43bda7 100644 --- a/.gitignore +++ b/.gitignore @@ -252,6 +252,7 @@ test-*.trs /src/dhcp/tests/test-dhcp-options /src/dhcp/tests/test-dhcp-utils /src/dnsmasq/tests/test-dnsmasq-utils +/src/initrd/tests/test-ibft-reader /src/nm-iface-helper /src/ndisc/tests/test-ndisc-fake /src/ndisc/tests/test-ndisc-linux -- cgit v1.2.1