~ubuntu-branches/debian/jessie/cryptsetup/jessie

« back to all changes in this revision

Viewing changes to debian/README.initramfs

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer
  • Date: 2012-11-01 15:34:09 UTC
  • Revision ID: package-import@ubuntu.com-20121101153409-hdk014rf7sr74x8y
Tags: 2:1.4.3-3
* add recommends for 'kbd, console-setup' to cryptsetup package. Both are
  necessary to support local keymap in initramfs. Thanks to Raphaël Hertzog
  for the bugreport. (closes: #689722)
* move suggestion for 'initramfs-tools (>= 0.91) | linux-initramfs-tool,
  busybox' to recommends. Both are required for encrypted root fs.
* remove suggestion for udev, most debian systems have it installed anyway.
* mention option to use UUID=<luks_uuid> for source device in crypttab(5).
  Thanks to Felicitus for the bug report. (closes: #688786)
* add a paragraph in README.initramfs: Describe, why renaming the target
  name is not supported for encrypted root devices. Thanks to Adam Lee for
  bugreport and proposed workaround for this limitation. (closes: #671037)
* fix keyfile permission checks in cryptdisks init scripts to follow
  symlinks. Thanks to intrigeri for the bugreport. (closes: #691517)
* fix owner group check for keyfile in cryptdisks init scripts to really
  check owner group.
* update debconf translations:
  - brasilian portuguese, thanks to Adriano Rafael Gomes. (closes: #685762)
  - japanese, thanks to victory. (closes: #690784)
* fix typo in manpages: s/passphase/passphrase. Thanks to Milan Broz for
  the bugreport. (closes: #684086)

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
the initramfs. This can be done by listing the required modules in
208
208
/etc/initramfs-tools/modules.
209
209
 
 
210
11. Limitation: renaming of target name for encrypted root device
 
211
-----------------------------------------------------------------
 
212
As spotted by Adam Lee in bugreport #671037[1], it's not possible to simply
 
213
rename the target name for encrypted root devices. It breaks the initramfs
 
214
creation process. The bugreport submitter found a solution to workaround this
 
215
limitation:
 
216
 
 
217
0. enter another system(like livecd)
 
218
1. luksOpen with the new name, change the target name to the new one
 
219
2. chroot into it(now, the living target name is the same as it in conf)
 
220
3. update-initramfs -u
 
221
4. reboot
 
222
 
 
223
[1] http://bugs.debian.org/671037
 
224
 
 
225
 -- David Härdeman <david@hardeman.nu>
 
226
 -- Jonas Meurer <mejo@debian.org>  Thu, 01 Nov 2012 13:44:31 +0100