about summary refs log tree commit diff
path: root/crypt.awk
Commit message (Collapse)AuthorAgeFilesLines
* crypt.awk: enable dm-crypt perf-* optionslemmi2023-04-131-0/+4
| | | | | | | | | This enables handling of the following options: * perf-same_cpu_crypt * perf-submit_from_crypt_cpus * perf-no_read_workqueue * perf-no_write_workqueue
* cryptsetup,crypttab - Optional performance enhacement for fast ssdswolfboxpen2022-12-141-0/+2
| | | | | Reference: https://wiki.archlinux.org/title/Dm-crypt/Specialties#Disable_workqueue_for_increased_solid_state_drive_(SSD)_performance adds no-read-workqueue,no-write-workqueue options.
* Fix missing dashTristan2021-08-141-1/+1
| | | Fixes #77
* crypt.awk: support PARTUUID in /etc/crypttabAndrew J. Hesford2020-07-141-1/+1
|
* 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