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/crypttab | |
parent | 7005bfea0b43ea3b6f17cbd84690868623771c39 (diff) |
fix some issues for the new studio arch install
Diffstat (limited to 'etc/crypttab')
-rw-r--r-- | etc/crypttab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/crypttab b/etc/crypttab deleted file mode 100644 index 8ce17a7e..00000000 --- a/etc/crypttab +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration for encrypted block devices. -# See crypttab(5) for details. - -# NOTE: Do not list your root (/) partition here, it must be set up -# beforehand by the initramfs (/etc/mkinitcpio.conf). - -# <name> <device> <password> <options> -# home UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37 /etc/mypassword1 -# data1 /dev/sda3 /etc/mypassword2 -# data2 /dev/sda5 /etc/cryptfs.key -# swap /dev/sdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 -# vol /dev/sdb7 none - -home UUID=20542319-35a2-4325-9df9-2ed9bd795d0f |