diff options
author | MatMoul <matmoul@gmail.com> | 2015-08-22 21:05:21 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-08-22 21:05:21 +0200 |
commit | 1b6f2e971fdbcdc03e1cb73618ffccfe700a5d67 (patch) | |
tree | 4b351cba83c03b7de74aede6184f85ba79888497 | |
parent | 4f2b283f7dbb037dc928dd8044294150a38f3f45 (diff) | |
download | hyperfi-1b6f2e971fdbcdc03e1cb73618ffccfe700a5d67.tar.lz hyperfi-1b6f2e971fdbcdc03e1cb73618ffccfe700a5d67.tar.xz hyperfi-1b6f2e971fdbcdc03e1cb73618ffccfe700a5d67.zip |
Add luks support
-rw-r--r-- | archfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -900,6 +900,7 @@ archgenfstab(){ archgencryptotab(){ echo "" } + archgenmkinitcpio(){ clear sed -i "s/block filesystems/block encrypt filesystems/g" /etc/mkinitcpio.conf |