use ext3 in xen images by default to be in sync with official obs-worker-image
authorAdrian Schröter <adrian@suse.de>
Sat, 10 Jan 2009 18:22:54 +0000 (18:22 +0000)
committerAdrian Schröter <adrian@suse.de>
Sat, 10 Jan 2009 18:22:54 +0000 (18:22 +0000)
build

diff --git a/build b/build
index 5de4de3..234574d 100755 (executable)
--- a/build
+++ b/build
@@ -20,8 +20,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='mkfs.ext3 -j -m 0 -q -F'
+#xen_img_mkfs='mkfs.ext2 -m 0 -q -F'
+xen_img_mkfs='mkfs.ext3 -m 0 -q -F'
 qemu_kernel=/boot/vmlinuz
 qemu_initrd=/boot/initrd
 qemu_bin=/usr/bin/qemu