sorry, patch was reversed.

correct patch below:

diff -up dracut/modules.d/00test/create-root.sh.orig 
dracut/modules.d/00test/create-root.sh
--- dracut/modules.d/00test/create-root.sh.orig 2009-05-21 16:50:29.968237157 
+0200
+++ dracut/modules.d/00test/create-root.sh      2009-05-21 16:51:09.202248098 
+0200
@@ -16,3 +16,4 @@ lvm lvcreate -l 100%FREE -n root dracut
 udevadm settle --timeout=4
 [ -b /dev/dracut/root ] || emergency_shell
 mke2fs /dev/dracut/root
+e2mkdir /dev/dracut/root:/proc
diff -up dracut/modules.d/00test/install.orig dracut/modules.d/00test/install
--- dracut/modules.d/00test/install.orig        2009-05-21 16:50:14.362236827 
+0200
+++ dracut/modules.d/00test/install     2009-05-21 16:50:20.680319006 +0200
@@ -1,5 +1,5 @@
 #!/bin/sh
-dracut_install sfdisk mke2fs poweroff cp umount
+dracut_install sfdisk mke2fs poweroff cp umount e2mkdir
 inst_hook pre-pivot 02 "$moddir/halt.sh"
 inst_hook pre-pivot 01 "$moddir/copy-root.sh"
 inst_hook pre-mount 01 "$moddir/create-root.sh"
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to