]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Change xen-image boot fstype to ext2.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 Jan 2010 05:44:43 +0000 (06:44 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 Jan 2010 05:44:43 +0000 (06:44 +0100)
lfs/xen-image

index ffa1681cc6aae2b2acd779075629d23526fa9a1e..ba6b72ad06ff118d824776e275de2c711aee7f2d 100644 (file)
@@ -63,7 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        #Create bootimage
        dd bs=1M if=/dev/zero of=$(IMGboot) count=$(SIZEboot)
 
        #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)
 
        #Create swapimage
        dd bs=1M if=/dev/zero of=$(IMGswap) count=$(SIZEswap)