[Ovirt-devel] [PATCH node] fix typo /dev/null in common-post.ks

Mike Burns mburns at redhat.com
Fri Mar 26 16:50:03 UTC 2010


Signed-off-by: Mike Burns <mburns at redhat.com>
---
 recipe/common-post.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index c6ef496..411e565 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -172,7 +172,7 @@ EOF


 #use all hard-coded defaults for multipath
-cat /dev/mull > /etc/multipath.conf
+cat /dev/null > /etc/multipath.conf

 #lvm.conf should use /dev/mapper and /dev/sdX devices
 # and not /dev/dm-X devices
-- 
1.6.6.1




More information about the ovirt-devel mailing list