/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/mandos-client.README.Debian

  • Committer: Teddy Hogeborn
  • Date: 2018-08-19 01:35:11 UTC
  • Revision ID: teddy@recompile.se-20180819013511-cku25q9yeub3dnr0
Adapt to changes in cryptsetup; use "cryptroot-unlock" program

* Makefile (install-client-nokey): Also install new script files
  "mandos-to-cryptroot-unlock" and "initramfs-tools-script-stop".
* debian/mandos-client.dirs: Add
  "usr/share/initramfs-tools/scripts/local-premount".
* initramfs-tools-hook: Also copy "mandos-to-cryptroot-unlock".
* initramfs-tools-script: Only modify keyscript setting in cryptroot
  file if the file exists, otherwise start
  "mandos-to-cryptroot-unlock" in background.
* initramfs-tools-script-stop: New script to make sure plugin-runner
  has stopped before continuing.
* mandos-to-cryptroot-unlock: New script to run plugin-runner and feed
  any password it gets into the "cryptroot-unlock" program.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  automatically detected.  If this should result in incorrect
44
44
  interfaces, edit the DEVICE setting in the
45
45
  "/etc/initramfs-tools/initramfs.conf" file.  (The default setting is
46
 
  empty, meaning it will autodetect the interface.)  *If* the DEVICE
 
46
  empty, meaning it will autodetect the interfaces.)  *If* the DEVICE
47
47
  setting is changed, it will be necessary to update the initrd image
48
 
  by running the command
 
48
  by running this command:
49
49
  
50
50
        update-initramfs -k all -u
51
51
  
90
90
  "mandos=connect:<IP_ADDRESS>:<PORT_NUMBER>" on the kernel command
91
91
  line.
92
92
  
93
 
  For very advanced users, it it possible to specify simply
 
93
  For very advanced users, it is possible to specify simply
94
94
  "mandos=connect" on the kernel command line to make the system only
95
95
  set up the network (using the data in the "ip=" option) and not pass
96
96
  any extra "--connect" options to mandos-client at boot.  For this to
106
106
  policy or other reasons, simply replace the existing dhparams.pem
107
107
  file and update the initital RAM disk image.
108
108
 
109
 
 -- Teddy Hogeborn <teddy@recompile.se>, Sun, 12 Jul 2015 03:24:24 +0200
 
109
 -- Teddy Hogeborn <teddy@recompile.se>, Tue, 21 Jun 2016 21:43:49 +0200