From b1dab2886f607a181afc843925ce76c9ef1c340c Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 29 Jul 2011 16:41:25 -0500 Subject: meta-emenlow: 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-emenlow/conf/machine/emenlow.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-emenlow/conf/machine/emenlow.conf') diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index dfe20cb2..21b314f5 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.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