xen-image-maker: default fs to ext3.

many xen server still not support ext4.
This commit is contained in:
Arne Fitzenreiter
2014-05-22 08:11:11 +02:00
parent 51fe9ff8e3
commit 3c4c5466ce

View File

@@ -33,8 +33,7 @@ SIZEboot=64
SIZEswap=512
SIZEroot=1024
SIZEvar=1024
# ct'server does not support ext4 so change this to ext3.
FSTYPE=ext4
FSTYPE=ext3
##############################################################################