# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/vda2 during curtin installation
/dev/disk/by-uuid/37b11d11-9b12-4a41-975e-bdd4d9768c07	/	ext4	defaults,usrjquota=quota.user,jqfmt=vfsv1	0	1
# /boot/efi was on /dev/vda1 during curtin installation
/dev/disk/by-uuid/105C-E68D /boot/efi vfat defaults 0 1
# /var was on /dev/vdb1 during curtin installation
/dev/disk/by-uuid/72cc576e-fa4e-476e-84a5-15e6c664b049	/var	ext4	defaults,usrjquota=quota.user,jqfmt=vfsv1	0	1
# /home was on /dev/vdc1 during curtin installation
/dev/disk/by-uuid/6380a693-64a6-49b2-a72d-51d8774a6e5c	/home	xfs	defaults,uquota	0	1
/swap.img	none	swap	sw	0	0
/usr/tmpDSK             /tmp                    ext4    defaults,noauto        0 0
/tmp             /var/tmp                    ext4    defaults,bind,noauto        0 0
