Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated fix to crypt.awk so that it works with gawk, mawk, and nawk. | suigin | 2016-09-20 | 1 | -1/+1 |
| | | | | | Furthermore, works with bash, dash or mksh set as the default /bin/sh through xbps-alternatives. | ||||
* | Make crypt.awk work with other awk(1) variants. | suigin | 2016-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | Change use of the coprocess pipe operator, a GNU extension, to a regular pipe when reading data back from blkid(8). Since we aren't piping data to blkid(8) and then reading it back, we only need a regular pipe and getline here anyway. Without this change, using mawk(1) as the default awk on Void results in failure when parsing /etc/crypttab and dumps us to a rescue shell on boot. | ||||
* | Added support for LUKS headers, keyfile offset and size. | suigin | 2015-11-07 | 1 | -23/+24 |
| | | | | | Additionally, fixed problem where discard and readonly options were only recognized for plain/swap crypt devices but not LUKS devices. | ||||
* | crypt.awk: do not hardcode path to blkid. 20150602 | Juan RP | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Fix typo and remove redundant msg from 03-filesystems.sh. | Juan RP | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | fix typo and arg position | pulux | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | clean the parser function | pulux | 2015-01-07 | 1 | -51/+76 |
| | |||||
* | fix typo | pulux | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | handle UUID Sources | pulux | 2015-01-05 | 1 | -65/+70 |
| | |||||
* | add function to parse more crypttab filds and options | Markus.Berger | 2015-01-05 | 1 | -0/+72 |