diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-16 07:31:35 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-16 07:31:35 +0000 |
commit | 1709b276b9e3312b8a7afa28f1edec4c28a40284 (patch) | |
tree | f529b9068f1eb12924547165872585c770345a9e /etc/fstab | |
parent | 7005bfea0b43ea3b6f17cbd84690868623771c39 (diff) |
fix some issues for the new studio arch install
Diffstat (limited to 'etc/fstab')
-rw-r--r-- | etc/fstab | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -3,13 +3,10 @@ # <file system> <dir> <type> <options> <dump> <pass> # /dev/mapper/root -UUID=2073de6a-b615-4ba8-b71b-5433cf9cbca1 / ext4 rw,relatime 0 1 +UUID=dacfc0cd-80d7-4487-96cb-704a806d5477 / ext4 rw,relatime 0 1 # /dev/sda1 -UUID=e296d380-93d5-4e4a-a5b8-52e2bd52d26c /boot ext4 rw,relatime 0 2 - -# /dev/mapper/home -UUID=7d01dc7d-d269-4d41-a8aa-ef0ff2bf4f9c /home ext4 rw,relatime 0 2 +UUID=f1897be9-d50d-4585-a7f2-565c6c02f92c /boot ext4 rw,relatime 0 2 /swapfile none swap defaults 0 0 |