Ajout : dovecot-antispam + amavis + crm114.
[lhc/ateliers.git] / local / filesystem-configure
index c6f3cf8..adcc113 100755 (executable)
@@ -3,14 +3,14 @@ tool=$(readlink -e "${0%/*}/..")
 . "$tool"/local/lib.sh
 
 m4 \
- --define=VM_LVM_LV=$vm_lvm_lv \
- --define=VM_LVM_VG=$vm_lvm_vg \
+ --define=LOCAL_LLOCAL_LV=$local_lvm_lv \
+ --define=LOCAL_LLOCAL_VG=$local_lvm_vg \
  <"$tool"/etc/fstab.m4 |
 sudo install -m 644 -o root -g root /dev/stdin \
  /etc/fstab
 m4 \
- --define=VM_LVM_LV=$vm_lvm_lv \
- --define=VM_LVM_VG=$vm_lvm_vg \
+ --define=LOCAL_LLOCAL_LV=$local_lvm_lv \
+ --define=LOCAL_LLOCAL_VG=$local_lvm_vg \
  <"$tool"/etc/crypttab.m4 |
 sudo install -m 644 -o root -g root /dev/stdin \
  /etc/crypttab