X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=local%2Ffilesystem-configure;h=adcc113701a1f42983cf1a3d871b18653022abef;hb=67a701dc951bc3a175e3a12900457db5b03a07ce;hp=c6f3cf8253930e1e653b65b0d51c5f9866402d9f;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d;p=lhc%2Fateliers.git 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