diff options
author | Peter Rajnoha <prajnoha@redhat.com> | 2015-06-24 13:18:50 +0200 |
---|---|---|
committer | Peter Rajnoha <prajnoha@redhat.com> | 2015-06-24 13:20:38 +0200 |
commit | 7559d871fb9b8001a22493f2d18bcc2a9205656d (patch) | |
tree | e61779e6edd5f7005fe659936c74fba4fbba961c /conf | |
parent | a4724350e4909dd1b74231f22c41434dbe02c14d (diff) | |
download | lvm2-7559d871fb9b8001a22493f2d18bcc2a9205656d.tar.gz |
make: use lvmconfig ... --withspaces when generating lvm.conf and lvmlocal.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile.in b/conf/Makefile.in index c98be881f..43d5f75ee 100644 --- a/conf/Makefile.in +++ b/conf/Makefile.in @@ -27,8 +27,8 @@ include $(top_builddir)/make.tmpl .PHONY: install_conf install_localconf install_profiles generate: - (cat $(top_srcdir)/conf/example.conf.base && LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withcomments --ignorelocal) > example.conf.in - (cat $(top_srcdir)/conf/lvmlocal.conf.base && LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withcomments local) > lvmlocal.conf.in + (cat $(top_srcdir)/conf/example.conf.base && LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withcomments --ignorelocal --withspaces) > example.conf.in + (cat $(top_srcdir)/conf/lvmlocal.conf.base && LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withcomments --withspaces local) > lvmlocal.conf.in install_conf: $(CONFSRC) @if [ ! -e $(confdir)/$(CONFDEST) ]; then \ |