From 1dee1f81be236de04ce97562b2933e97b0634536 Mon Sep 17 00:00:00 2001 From: phga Date: Sat, 12 Mar 2022 15:24:11 +0100 Subject: [PATCH] doc: removed unnecessary comments --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d08d994..242676c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -144,7 +144,6 @@ cat < /mnt/root/bootstrap2.sh if [ $ENC == true ]; then sed -i 's/^HOOKS.*$/$MKINIT_HOOKS/' /etc/mkinitcpio.conf - # sed -i 's/\(^HOOKS.*block\)/\1 encrypt/' /etc/mkinitcpio.conf echo "swap LABEL=cryptswap /dev/urandom swap,offset=2048,cipher=aes-xts-plain64,size=512" >> /etc/crypttab echo "/dev/mapper/swap none swap defaults 0 0" >> /etc/fstab fi