diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-22 18:02:52 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:27:42 +0200 |
commit | ea9414878e7613f33b7808feb390d3dd49aefb6c (patch) | |
tree | 9ec2a9c5dc3a85fa3bd53abd4c6e789560ab0080 | |
parent | 2fd8d21fe835a874deb1be31c945131f458bebd7 (diff) |
Rename d-i fripost-{partman,postinst}/ as fripost/.
-rwxr-xr-x | partition.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partition.sh b/partition.sh index b0c433d..fb56ce7 100755 --- a/partition.sh +++ b/partition.sh @@ -14,7 +14,7 @@ set -ue device=/dev/sda fripost_wipe $device -db_get fripost-partman/encrypt +db_get fripost/encrypt encrypt=$RET # Create a disk label |