From 53eecaf2e9317fe36119865add93503cb819b895 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 18 May 2012 22:55:28 +0300 Subject: [PATCH] raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation tool Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 86fd1b8..e089f4f 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -9,7 +9,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc GUI_MACHINE_CLASS = "bigscreen" -IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" +IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" SERIAL_CONSOLE = "115200 ttyAMA0"