Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1861fb2dee16096d0eaef5507aafb6f3d22b0f06
commit 1861fb2dee16096d0eaef5507aafb6f3d22b0f06 Author: VMiklos <[EMAIL PROTECTED]> Date: Wed Sep 26 19:23:14 2007 +0200 cryptsetup-luks-1.0.4-1-i686 diff --git a/source/apps-extra/cryptsetup-luks/README.Frugalware b/source/apps-extra/cryptsetup-luks/README.Frugalware index c15fd4a..0099afa 100644 --- a/source/apps-extra/cryptsetup-luks/README.Frugalware +++ b/source/apps-extra/cryptsetup-luks/README.Frugalware @@ -1,25 +1,31 @@ -Follow these steps to when using cryptsetup-luks: +Follow these steps to when using `cryptsetup-luks`: Creating ~~~~~~~~ -1. cryptsetup luksFormat /dev/partition -2. cryptsetup luksOpen /dev/partition label -3. mke2fs -j /dev/mapper/label -4. mount /dev/mapper/label /mnt/label +---- +cryptsetup luksFormat /dev/partition +cryptsetup luksOpen /dev/partition label +mke2fs -j /dev/mapper/label +mount /dev/mapper/label /mnt/label +---- Mounting ~~~~~~~~ -Of course later you don't have to use lunkFormat and mke2fs: +Of course later you don't have to use `luksFormat` and `mke2fs`: -1. cryptsetup luksOpen /dev/partition label -2. mount /dev/mapper/label /mnt/label +---- +cryptsetup luksOpen /dev/partition label +mount /dev/mapper/label /mnt/label +---- Umounting ~~~~~~~~~ -1. umount /mnt/label -2. cryptsetup luksClose label +---- +umount /mnt/label +cryptsetup luksClose label +---- Really simple :-) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
