summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-18 05:12:03 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-03-18 05:12:03 +0000
commit9b24c4ed18f9751713c71e9caeee1c290751272b (patch)
treed61f09cdcf47937515153c11a1a7c7dc098abd65 /etc/fstab
parent7772331aa5df0b8106f3523a0070269fae735894 (diff)
add swapfile fstab
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab
index 2b9bc910..7c8698e7 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -5,3 +5,5 @@
/dev/sda3 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1
/dev/sda2 /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