From: Arne Fitzenreiter Date: Mon, 18 Jan 2010 05:44:43 +0000 (+0100) Subject: Change xen-image boot fstype to ext2. X-Git-Tag: v2.9-beta1~516 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=831a579e39c62a254d2b6f5f540011e2d22e836e Change xen-image boot fstype to ext2. --- 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)