From 701d11d1d6f21a5387e4b5960b7fd85182d6c83b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Apr 2008 08:00:09 +0000 Subject: [PATCH] switch to ext2 for now due to problems with reiserfs in XEN --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 4c2c08e..b833ba8 100755 --- 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 -- 2.7.4