mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
LVM is fine with a completely empty configuration file (meaning "all defaults"), so start with one instead of copying the system configuration file. Also this means we can very easily implement lvm_set_filter functionality without using Augeas, since we no longer have to worry about existing filters being present. Thanks: Alasdair Kergon, Zdenek Kabelac.