Advertisement
Guest User

Untitled

a guest
May 25th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.81 KB | None | 0 0
  1. /etc/crypttab
  2.  
  3. /dev/sda5 umbrella none hash=sha1
  4.  
  5. cryptswap1 UUID=fe31da3d-c489-47bb-8306-d66003965873 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
  6. #^ not sure if this line is needed, I have swap under umbrella also
  7.  
  8. ###################################################################################################
  9.  
  10. /etc/fstab
  11.  
  12. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  13. /dev/mapper/umbrella-root /               ext4    errors=remount-ro 0       1
  14. # /boot was on /dev/sda1 during installation
  15. UUID=7a0bf546-525a-4038-8ed5-7b8073237d00 /boot           ext2    defaults        0       2
  16. /dev/mapper/umbrella-home /home           ext4    defaults        0       2
  17. /dev/mapper/umbrella-swap_1 none            swap    sw              0       0
  18. /dev/mapper/cryptswap1 none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement