2022-02-04 18:59:42 +00:00
|
|
|
modd.test.conf {}
|
|
|
|
|
2022-03-08 10:45:56 +00:00
|
|
|
dist/initrd dist/cpiocat test-initrd/* {
|
2022-02-04 18:59:42 +00:00
|
|
|
prep: cp -f dist/initrd test-initrd.cpio
|
|
|
|
prep: cd test-initrd && ../dist/cpiocat <../dist/initrd >../test-initrd.cpio *
|
|
|
|
prep: if cpio -t -F test-initrd.cpio 2>&1 |grep bytes.of.junk; then echo "bad cpio archive"; exit 1; fi
|
|
|
|
prep: kill $(<qemu.pid)
|
|
|
|
}
|