X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=host%2Fpart-home-format;h=a56d868b7f21e54776a26141b281c976951c5b79;hp=cedffbc1966e793526ce43e7505bc82bcb8bdc7c;hb=0d705d8e2a919ee40866307aa3e18b1a5c4e7583;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d diff --git a/host/part-home-format b/host/part-home-format index cedffbc..a56d868 100755 --- a/host/part-home-format +++ b/host/part-home-format @@ -4,9 +4,9 @@ tool=$(readlink -e "${0%/*}/..") "$tool"/host/part-luks-format home "$tool"/host/part-luks-mount home -sudo mke2fs -t ext4 -c -c -m 0 -T ext4 -b $vm_e2fs_block_size \ - -E resize=400G${vm_e2fs_extended_options} \ - -L ${vm_lvm_lv}_home \ - /dev/mapper/${vm_lvm_lv}_home_deciphered +sudo mke2fs -t ext4 -c -c -m 0 -T ext4 -b $local_e2fs_block_size \ + -E resize=400G${local_e2fs_extended_options} \ + -L ${local_lvm_lv}_home \ + /dev/mapper/${local_lvm_lv}_home_deciphered # NOTE: -O quota pas supporté par e2fsprogs/squeeze "$tool"/host/part-luks-umount home