From 831a579e39c62a254d2b6f5f540011e2d22e836e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 18 Jan 2010 06:44:43 +0100 Subject: [PATCH] Change xen-image boot fstype to ext2. --- lfs/xen-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2