summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/fstab b/etc/fstab
index a3bf39b9..b7c3df46 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -2,4 +2,8 @@
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
-/swap/swapfile none swap defaults 0 0
+/dev/vda3 / ext4 rw,relatime,errors=remount-ro 0 1
+
+/dev/vda2 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
+
+/swapfile none swap defaults 0 0