# /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
# / was on /dev/sda7 during installation
UUID=b639f7e1-9942-43aa-989c-bb0c255cc79c / ext4 errors=remount-ro 0 0
# swap was on /dev/sda8 during installation
UUID=8ee4100d-c757-4191-afa4-af8effb8c7f2 none swap sw 0 0