diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-21 22:14:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:27:41 +0200 |
commit | 2fd8d21fe835a874deb1be31c945131f458bebd7 (patch) | |
tree | f02c06f3f64c6f9573a7f65cc9cbe85831a74ff3 | |
parent | 14b0ba8e7974d20d4477f113730fcfdda8d8bb01 (diff) |
wibble
Also, fripost-partman/encryption was renamed to fripost-partman/encrypt.
-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? |