summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-08 22:36:13 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-08 22:36:13 +0800
commitf8b713212ed8b779414775f97ac4e692b902e39a (patch)
treefed1284a55c5704ea9b28a3eedaee0a005fc0c49 /etc/fstab
parentc1831e24ca81fe4fffed8eb62862178c41b2631b (diff)
init ba
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/fstab b/etc/fstab
index ac6aa633..07259ab8 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -2,4 +2,10 @@
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
-/dev/vda1 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1
+# /dev/sda2
+UUID=639b6f22-f804-4155-8711-bfd5cf757f91 / ext4 rw,relatime 0 1
+
+# /dev/sda1
+UUID=e0a05dc5-99bb-47a9-81bd-04f897a464a9 /boot ext4 rw,relatime 0 2
+
+/swapfile none swap defaults 0 0