summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-05-03 09:13:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-09-18 17:40:47 +0200
commit2fc67737b25feb2076a14cf0e617f6739f86a20e (patch)
tree564566ff2e38daaa4dca0c1d6bd023df46e03746 /.gitignore
parent08a13a17655375e9505b8260c0d9249796a9d665 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f71f1f88a..fafa43bda 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