summaryrefslogtreecommitdiff
path: root/man/systemd-cryptsetup-generator.xml
Commit message (Collapse)AuthorAge
* man: fix a bunch of linksZbigniew Jędrzejewski-Szmek2015-03-13
| | | | All hail linkchecker!
* man: replace obsolete wiki link with man pageZachary Cook2015-03-04
|
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-03
|
* cryptsetup-generator: Add support for naming luks devices on kernel cmdlineJan Janssen2014-12-05
|
* cryptsetup-generator: Add support for UUID-specific key files on kernel ↵Jan Janssen2014-12-05
| | | | command line
* cryptsetup-generator: Split main() into more functions and use hasmapsJan Janssen2014-12-05
|
* man: wording and grammar updatesJan Engelhardt2013-10-15
| | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
* cryptsetup-generator: allow specifying options in /proc/cmdlineTom Gundersen2013-09-13
| | | | | | | The main usecase for this is to make it possible to use cryptsetup in the initrd without it having to include a host-specific /etc/crypttab. Tested-by: Thomas Bächler <thomas@archlinux.org>
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* cryptsetup-generator: add support for rd.luks.key=Harald Hoyer2013-04-18
| | | | | | Also clarify rd.luks.uuid and luks.uuid in the manual. https://bugzilla.redhat.com/show_bug.cgi?id=905683
* build-sys: create Makefile-man.am automaticallyZbigniew Jędrzejewski-Szmek2013-02-06
| | | | | | | | | | | | | | | | | | | man rules were repeating the same information in too many places, which was error prone. Those rules can be easily generated from .xml files. For efficiency and because python is not a required dependency, Makefile-man.am is only regenerated when requested with make update-man-list If no metadata in man/*.xml changed, this file should not change. So only when a new man page or a new alias is added, this file should show up in 'git diff'. The change should then be committed. If the support for building from git without python was dropped, we could drop Makefile-man.am from version control. This would also increase the partial build time (since more stuff would be rebuild whenever sources in man/*.xml would be modified), so it would probably wouldn't be worth it.
* man: extend systemd.directives(7) to all manual pagesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | | | | | | New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
* man: typo fixesThomas Hindoe Paaboel Andersen2012-10-26
| | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=55890 Fixed typos, serial comma, and removed "either" as there were more than two options. Also did an extra rename of "system-shutdown" to "systemd-shutdown" that was forgotten in commit 8bd3b8620c80d0f2383f2fb04315411fc8077ca1
* man: fix invalid links to generator wiki pagesDave Reisner2012-10-02
| | | | s/Generator/Generators/
* man: document fstab generatorLennart Poettering2012-06-27
|
* man: document getty-generatorLennart Poettering2012-06-27
|
* man: document systemd-cryptsetup-generatorLennart Poettering2012-06-27