X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fxen-image;h=ba6b72ad06ff118d824776e275de2c711aee7f2d;hp=ffa1681cc6aae2b2acd779075629d23526fa9a1e;hb=831a579e39c62a254d2b6f5f540011e2d22e836e;hpb=2229c89ea8df40e8ad610fce7d144d0554b3430a diff --git a/lfs/xen-image b/lfs/xen-image index ffa1681cc6..ba6b72ad06 100644 --- a/lfs/xen-image +++ b/lfs/xen-image @@ -63,7 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) #Create bootimage dd bs=1M if=/dev/zero of=$(IMGboot) count=$(SIZEboot) - mkfs.ext3 -F $(IMGboot) + mkfs.ext2 -F $(IMGboot) #Create swapimage dd bs=1M if=/dev/zero of=$(IMGswap) count=$(SIZEswap)