Change xen-image boot fstype to ext2.

This commit is contained in:
Arne Fitzenreiter
2010-01-18 06:44:43 +01:00
parent 2229c89ea8
commit 831a579e39

View File

@@ -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)