Lines Matching +full:crypto +full:- +full:rst
2 How to use dm-crypt and swsusp together
10 You know how dm-crypt works. If not, visit the following web page:
11 http://www.saout.de/misc/dm-crypt/
12 You have read Documentation/power/swsusp.rst and understand it.
13 You did read Documentation/admin-guide/initrd.rst and know how an initrd works.
18 system for crypto setup and/or rescue purposes. You may even have
19 an initrd that does your current crypto setup already.
26 up dm-crypt and then asks swsusp to resume from the encrypted
29 The most important thing is that you set up dm-crypt in such
36 brw------- 1 root root 254, 0 Jul 28 13:37 /dev/mapper/swap0
53 you create an initrd that reads the required dm-crypt setup
65 of your crypto devices, again by reading the setup from the
76 noresume=`grep -c noresume /proc/cmdline`
81 dmesg -n 1
82 /sbin/cardmgr -q
85 if [ -f /proc/ide/hde/media ]
88 mount -t ext2 -o ro /dev/hde1 /mnt
89 if [ -f /mnt/swapkey ]
99 dmesg -n 6
115 umount -l /mnt
134 mini system on /dev/hda1 to set the whole crypto up (it is up to