aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add support for keyfileslemmarathon2018-06-121-0/+28
| | | | | | | The "cryptkey" boot parameter enables keyfile decryption. By default, init will look for a keyfile named "/crypto_keyfile.bin". Another file may be specified like so: "cryptkey=/path/to/keyfile.bin". If keyfile decryption fails, init will fall back to passphrase mode.
* nlplug-findfs: Make test script header aware7heo2017-04-051-5/+14
|
* test: fix so it actually worksNatanael Copa2017-01-101-14/+23
| | | | | | | | | - specify what device nlplugfindfs is looking for - make sure we run mdev, otherwise we have no control over when the /dev/mapper/test-device node is created and may end up in a race condition with udev - clean up even if we have error - add -k option to keep the loop device
* test: better messages7heo2017-01-101-3/+4
|
* nlplug-findfs: test script7heo2016-09-171-0/+107