switch to ext2 for now due to problems with reiserfs in XEN
authorAdrian Schröter <adrian@suse.de>
Fri, 4 Apr 2008 08:00:09 +0000 (08:00 +0000)
committerAdrian Schröter <adrian@suse.de>
Fri, 4 Apr 2008 08:00:09 +0000 (08:00 +0000)
build

diff --git a/build b/build
index 4c2c08e..b833ba8 100755 (executable)
--- a/build
+++ b/build
@@ -19,8 +19,8 @@ repos=()
 
 # mkreiserfs only works with qemu/uml if it is able to create a file
 # system that is owned by the calling user (bnc#369006)
-xen_img_mkfs='mkreiserfs -q -f'
-#xen_img_mkfs='mkfs.ext2 -m 0 -q -F'
+#xen_img_mkfs='mkreiserfs -q -f'
+xen_img_mkfs='mkfs.ext2 -m 0 -q -F'
 #xen_img_mkfs='mkfs.ext3 -j -m 0 -q -F'
 qemu_kernel=/boot/vmlinuz
 qemu_initrd=/boot/initrd