[Fai-commit] r6527 - branches/stable/3.4/man
Michael Prokop
mika at alioth.debian.org
Mon May 9 16:05:40 UTC 2011
Author: mika
Date: 2011-05-09 16:05:38 +0000 (Mon, 09 May 2011)
New Revision: 6527
Modified:
branches/stable/3.4/man/setup-storage.8
Log:
setup-storage.8: Document alignment strategy of setup-storage.
(cherry picked from commit c63f9040bb57646cdf243a9f9fe000cc60724d77)
Conflicts:
3.4/man/setup-storage.8
From: Michael Prokop <mika at grml.org>
Modified: branches/stable/3.4/man/setup-storage.8
===================================================================
--- branches/stable/3.4/man/setup-storage.8 2011-05-09 16:05:18 UTC (rev 6526)
+++ branches/stable/3.4/man/setup-storage.8 2011-05-09 16:05:38 UTC (rev 6527)
@@ -606,9 +606,17 @@
reasons why a system may fail to boot.
.IP \(bu
Crypto support requires some site-specific changes: If you use cryptsetup
-stanza, a crypttab file and key files for all luks volumes will be created. The
-key files are left in /tmp/fai; you will want to copy these to some removable
-media.
+stanza, a \fBcrypttab\fP(5) file and key files for all luks volumes will be created
+(unless you used the passphrase option). The key files are left in /tmp/fai; you
+will want to copy these to some removable media. To make encrypted root devices
+actually usable, you need to add busybox (and initramfs-tools) to your package
+config.
+.IP \(bu
+For backwards compatibility or other system-specific reasons an alignment to
+cylinder boundaries may be necessary. Yet other systems will have other
+alignment constraints. setup-storage sets the alignment as follows: If align-at
+is set, align accordingly. Otherwise, if any partition on the particular disk is
+to be preserved, default to cylinder alignment. Else use sector alignment.
.SH SEE ALSO
This program is part of FAI (Fully Automatic Installation).
The FAI homepage is http://fai-project.org.
More information about the Fai-commit
mailing list