feature: pre_lvm_crypt

This commit is contained in:
Mikaël Cluseau
2023-12-17 13:48:18 +01:00
parent 898c43b954
commit 12bfa6cfd6
9 changed files with 100 additions and 14 deletions

View File

@ -1,6 +1,7 @@
modd.test.conf {}
dist/initrd dist/cpiocat test-initrd/* {
dist/initrd dist/cpiocat dist/testconf test-initrd/**/* {
prep: dist/testconf test-initrd/config.yaml
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