Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark scripts as not usable inside a jail by adding keyword 'nojail'. | pjd | 2004-03-08 | 1 | -1/+1 |
| | | | | Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org> | ||||
* | Require initrandom rather than random, since random requires | des | 2004-02-05 | 1 | -1/+1 |
| | | | | | | mountcritlocal, which requires disks, which gbde_swap provides. Noticed by: brooks | ||||
* | We don't really need a lockfile, and most likely can't create one at | des | 2004-02-04 | 1 | -5/+2 |
| | | | | this point. | ||||
* | Add support for initializing swap devices with random one-shot keys. Note | des | 2004-02-03 | 1 | -0/+54 |
that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS |