Comment 1 for bug 663053

Revision history for this message
toobuntu (toobuntu) wrote :

$ cat /etc/crypttab
vg--root-lv--root_crypt UUID=9bdcff58-de6d-40e4-8f3e-d214da46ddf2 none luks

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/vg--root-lv--root_crypt / ext4 relatime,nodiratime,data=journal,errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=bfc4552d-4dc0-485d-b1fe-bf27357a027e /boot ext2 noatime,nodiratime,nodev,nosuid 0 2
tmpfs /tmp tmpfs rw,noatime,nodiratime,nodev,nosuid 0
        0