[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.12.6-1
Hilko Bengen
bengen at debian.org
Tue Sep 6 18:25:02 UTC 2011
The following commit has been merged in the master branch:
commit dad2b57b4f6256b4328386e6fc560f3d1025d425
Author: Hilko Bengen <bengen at debian.org>
Date: Tue Sep 6 20:03:17 2011 +0200
Rebased patch queue
diff --git a/debian/patches/0002-Mount-run-as-tmpfs-inside-appliance-workaround-for-f.patch b/debian/patches/0002-Mount-run-as-tmpfs-inside-appliance-workaround-for-f.patch
index 0e875c3..d47aeb2 100644
--- a/debian/patches/0002-Mount-run-as-tmpfs-inside-appliance-workaround-for-f.patch
+++ b/debian/patches/0002-Mount-run-as-tmpfs-inside-appliance-workaround-for-f.patch
@@ -8,12 +8,12 @@ Subject: Mount /run as tmpfs inside appliance (workaround for febootstrap's
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/appliance/init b/appliance/init
-index 8bc422d..b7b045d 100755
+index 50dd76d..e60fa06 100755
--- a/appliance/init
+++ b/appliance/init
-@@ -15,6 +15,10 @@ mkdir -p /sysroot
- rm -f /proc; mkdir /proc
+@@ -16,6 +16,10 @@ rm -f /proc; mkdir /proc
mount -t proc /proc /proc
+ rm -f /sys; mkdir /sys
mount -t sysfs /sys /sys
+# taken from initramfs-tools/init --Hilko Bengen
+mkdir -p /run
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list