diff options
-rwxr-xr-x | partition.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/partition.sh b/partition.sh index a1c7f2d..b0c433d 100755 --- a/partition.sh +++ b/partition.sh @@ -14,7 +14,7 @@ set -ue device=/dev/sda fripost_wipe $device -db_get fripost-partman/encryption +db_get fripost-partman/encrypt encrypt=$RET # Create a disk label @@ -85,4 +85,4 @@ fripost_fstab /dev/$vg/swap none swap sw fripost_fstab /dev/$vg/home /home ext4 noatime fripost_mount_partitions -# TODO: EFI: format, add in fstab, how to populate? +# TODO: EFI: format, add to fstab, how to populate? |