X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Ffilesystem-configure;h=adcc113701a1f42983cf1a3d871b18653022abef;hp=c6f3cf8253930e1e653b65b0d51c5f9866402d9f;hb=0d705d8e2a919ee40866307aa3e18b1a5c4e7583;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d diff --git a/local/filesystem-configure b/local/filesystem-configure index c6f3cf8..adcc113 100755 --- a/local/filesystem-configure +++ b/local/filesystem-configure @@ -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