[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/FileSystems" by KarstenWade

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Tue Apr 3 20:20:10 UTC 2007


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by KarstenWade:
http://fedoraproject.org/wiki/Docs/Beats/FileSystems?action=diff&rev2=17&rev1=16

The comment on the change is:
minor formatting tweaks

------------------------------------------------------------------------------
  
  [[Admonition("note", "Encrypted FS Support Unavailable During Install", "Enable file system encryption after installation.  Anaconda does not have support for creating encrypted block devices.")]]
  
- The following example shows a `/etc/crypttab` entry for a swap partition:
+ The following example shows an `/etc/crypttab` entry for a swap partition:
  
  {{{my_swap /dev/hdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
  }}}
@@ -21, +21 @@

  }}}
  
  The `/etc/volume_key` file contains a plaintext encryption key.  You can
- also specify {{{none}}} as the key file name, and the system instead asks for
+ also specify {{{none}}} as the key file name, and the system instead asks for the encryption key during boot.
- the encryption key during boot.
  
- The recommended method is to use '''LUKS''' for file system volumes:
+ The recommended method is to use ''LUKS'' for file system volumes:
- (using '''LUKS''' you can drop the cipher= part in crypttab)
+ (using LUKS you can drop the cipher= part in crypttab).
  
-  * Create the encrypted volume using {{{cryptsetup luksFormat}}}
+  1. Create the encrypted volume using {{{cryptsetup luksFormat}}}
-  * Add the necessary entry to `/etc/crypttab`
+  1. Add the necessary entry to `/etc/crypttab`
-  * Set up the volume manually using {{{cryptsetup luksOpen}}} or reboot
+  1. Set up the volume manually using {{{cryptsetup luksOpen}}} or reboot
-  * Create a filesystem on the encrypted volume
+  1. Create a filesystem on the encrypted volume
-  * Set up an `/etc/fstab` entry
+  1. Set up an `/etc/fstab` entry
  




More information about the Fedora-relnotes-content mailing list