From b1ab67d25c30718d717adddc861c207ddd896079 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 13 Jul 2021 14:45:00 -0400 Subject: [PATCH] software-choices: add oksh --- core/baselayout/files/crypttab | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 core/baselayout/files/crypttab diff --git a/core/baselayout/files/crypttab b/core/baselayout/files/crypttab deleted file mode 100644 index 196b0d6..0000000 --- a/core/baselayout/files/crypttab +++ /dev/null @@ -1,13 +0,0 @@ -# crypttab: mappings for encrypted partitions -# -# Each mapped device will be created in /dev/mapper, so your /etc/fstab -# should use the /dev/mapper/ paths for encrypted devices. -# -# NOTE: Do not list your root (/) partition here. - -# -# home /dev/hda4 /etc/mypassword1 -# data1 /dev/hda3 /etc/mypassword2 -# data2 /dev/hda5 /etc/cryptfs.key -# swap /dev/hdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 -# vol /dev/hdb7 none -- 2.39.2