git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245ed4b
)
Make the supermin appliance include local augeas lenses
author
Matthew Booth
<mbooth@redhat.com>
Thu, 27 May 2010 14:47:51 +0000
(15:47 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 27 May 2010 15:30:30 +0000
(16:30 +0100)
appliance/Makefile.am
patch
|
blob
|
history
diff --git
a/appliance/Makefile.am
b/appliance/Makefile.am
index
e1c9ef6
..
2df8a2b
100644
(file)
--- a/
appliance/Makefile.am
+++ b/
appliance/Makefile.am
@@
-90,6
+90,9
@@
stamp-supermin: $(INITRAMFSIMG)
mkdir -p supermin.d
rm -f $@ supermin.d/base.img supermin.d/hostfiles
febootstrap-to-supermin $(top_builddir)/initramfs supermin.d/base.img supermin.d/hostfiles
+ if grep -q /usr/share/augeas/lenses supermin.d/hostfiles; then \
+ echo "./usr/share/augeas/lenses/*.aug" >> supermin.d/hostfiles; \
+ fi
touch $@
supermin.d/daemon.img: $(INITRAMFSIMG)