]> git.ipfire.org Git - thirdparty/dracut.git/commit
TEST-30-ISCSI: test iBFT boot as well
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 24 Oct 2019 15:46:17 +0000 (17:46 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 12 Nov 2019 12:27:59 +0000 (13:27 +0100)
commit9a752007b3d33c97a0337d6e2dfa268378fe14b4
tree3ce79acee53f5e3c6aaeae0514a87b1524e0061c
parent80238086abb0722a444ee65789f76f0909d38848
TEST-30-ISCSI: test iBFT boot as well

Setting up the machinery to boot with the aid of real networked boot loader
(such as iPXE) would involve much hassle, including possibly serving the kernel
and initrd via TFTP, etc.

Let us generate the iBFT table ourselves, with a Perl script. Include the
pregenerated table as well so that the test run won't depend on Perl. In the
end it's just reproducibly built static data, totally independent of the host
system.
test/TEST-30-ISCSI/Makefile
test/TEST-30-ISCSI/ibft.pl [new file with mode: 0644]
test/TEST-30-ISCSI/ibft.table [new file with mode: 0644]
test/TEST-30-ISCSI/test.sh