[Libguestfs] [PATCH 2/6] Fix for systemd-based Debian systems

Hilko Bengen bengen at hilluzination.de
Wed Mar 13 20:13:05 UTC 2013


From: Hilko Bengen <bengen at debian.org>

---
 appliance/make.sh.in |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/appliance/make.sh.in b/appliance/make.sh.in
index 50c60f1..e198b05 100755
--- a/appliance/make.sh.in
+++ b/appliance/make.sh.in
@@ -65,4 +65,7 @@ if grep -q /usr/share/augeas/lenses supermin.d/hostfiles-t; then
     echo "/usr/share/augeas/lenses/*.aug" >> supermin.d/hostfiles-t
 fi
 
+# Make sure that /init can be run on systemd-enabled Debian systems
+echo '/lib/lsb/*' >> supermin.d/hostfiles-t
+
 mv supermin.d/hostfiles-t supermin.d/hostfiles
-- 
1.7.10.4




More information about the Libguestfs mailing list