From da93dc24fd73079b4dbb6811b83e44a2036d54ef Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 4 Aug 2011 08:37:08 -0500 Subject: meta-jasperforest: add live fstype Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/machine/jasperforest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-jasperforest/conf/machine') diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 6be95026..89626dae 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf @@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttyS0" MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" -IMAGE_FSTYPES ?= "ext3 cpio.gz" +IMAGE_FSTYPES ?= "ext3 cpio.gz live" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -- cgit v1.2.3-54-g00ecf