diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-25 17:20:32 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-25 17:20:32 -0700 |
commit | 1681a2b0d725189b4f6f0d19a46d1e0721872f35 (patch) | |
tree | 7e79b5c6694ffac3d0ad40de344e6e42c6eaf7c0 /etc/fstab | |
parent | a15d7097e161a914810e4d8f0ce48578a8224751 (diff) |
init xyzaa
remove some xyzca specific configs and some xyzaa specific configs
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |