ubuntu: /proc can be a symlink
[libguestfs.git] / appliance / init
index cda6453..bd93d15 100755 (executable)
@@ -7,6 +7,7 @@ export PATH
 
 mkdir -p /sysroot
 
+rm -f /proc; mkdir /proc
 mount -t proc /proc /proc
 mount -t sysfs /sys /sys