about summary refs log tree commit diff
path: root/crypt.awk
Commit message (Collapse)AuthorAgeFilesLines
* Updated fix to crypt.awk so that it works with gawk, mawk, and nawk.suigin2016-09-201-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.suigin2016-09-031-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.suigin2015-11-071-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. 20150602Juan RP2015-06-021-1/+1
|
* Fix typo and remove redundant msg from 03-filesystems.sh.Juan RP2015-01-161-1/+1
|
* fix typo and arg positionpulux2015-01-091-1/+1
|
* clean the parser functionpulux2015-01-071-51/+76
|
* fix typopulux2015-01-051-1/+1
|
* handle UUID Sourcespulux2015-01-051-65/+70
|
* add function to parse more crypttab filds and optionsMarkus.Berger2015-01-051-0/+72