diff options
author | Christian Hesse <mail@eworm.de> | 2016-01-20 17:54:25 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-01-20 17:54:25 +0100 |
commit | 7ba0988d6080b20f16fa065aade707d9d60a3bb3 (patch) | |
tree | 6797140f4bb18414a78cf4dd91539215c29cfb81 | |
parent | 7c93617605e21585c1ada1a5721608efc026557a (diff) | |
download | mkinitcpio-ykfde-7ba0988d6080b20f16fa065aade707d9d60a3bb3.tar.gz mkinitcpio-ykfde-7ba0988d6080b20f16fa065aade707d9d60a3bb3.tar.zst |
ups, we want another level of heading
-rw-r--r-- | README-mkinitcpio.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md index 3327cb3..7efa3f9 100644 --- a/README-mkinitcpio.md +++ b/README-mkinitcpio.md @@ -37,7 +37,7 @@ This will place files to their desired places in filesystem. Usage ----- -## config files `/etc/crypttab.initramfs` and `/etc/ykfde.conf` +### config files `/etc/crypttab.initramfs` and `/etc/ykfde.conf` Make sure systemd knows about your encrypted device by adding a line to `/etc/crypttab.initramfs`. It should read like: @@ -58,7 +58,7 @@ The minimal file should look like this: *Be warned*: Do not remove or overwrite your interactive key! Keep that for backup and rescue! -## key setup +### key setup `ykfde` will read its information from these files and understands some additional options. Run `ykfde --help` for details. Then prepare @@ -81,7 +81,7 @@ And updating key and second factor is straight forward: Make sure to enable second factor in `/etc/ykfde.conf`. -## cpio archive with challenges +### cpio archive with challenges Every time you update a challenge and/or a second factor run: @@ -93,14 +93,14 @@ automatically on every boot: > systemctl enable ykfde.service -## mkinitcpio hook `ykfde` +### mkinitcpio hook `ykfde` Last add `ykfde` to your hook list in `/etc/mkinitcpio.conf` and rebuild your initramfs with: > mkinitcpio -p linux -## boot loader +### boot loader Update you `grub` configuration by running: |