Add luks support
This commit is contained in:
parent
0998b342e9
commit
2bca74c0e2
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
Current Version :
|
||||
-----------------
|
||||
Partition :
|
||||
- Add luks support
|
||||
|
||||
|
||||
Version : 2015.08.22.00.34.13 :
|
||||
-------------------------------
|
||||
|
|
4
archfi
4
archfi
|
@ -907,13 +907,13 @@ archgenfstab(){
|
|||
}
|
||||
|
||||
archgencryptotab(){
|
||||
#learn archgenfstab
|
||||
#learn archgencryptotab
|
||||
clear
|
||||
echo -e "$crypttab" >> /mnt/etc/crypttab
|
||||
}
|
||||
|
||||
archgenmkinitcpio(){
|
||||
#learn archgenfstab
|
||||
#learn archgenmkinitcpio
|
||||
clear
|
||||
sed -i "s/block filesystems/block encrypt filesystems/g" /mnt/etc/mkinitcpio.conf
|
||||
archchroot genmkinitcpio
|
||||
|
|
Loading…
Reference in a new issue