[oe-commits] Mike Westerhof : SlugOS: remove any kernel images from boot, not just zImages.

GIT User account git at amethyst.openembedded.net
Sun May 3 05:53:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 07f66f9a091078653326d90707fa031dd728ca43
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=07f66f9a091078653326d90707fa031dd728ca43

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun May  3 00:47:11 2009 -0500

SlugOS: remove any kernel images from boot, not just zImages.

---

 recipes/images/slugos-image.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/images/slugos-image.inc b/recipes/images/slugos-image.inc
index 866c8d7..6a4b7b9 100644
--- a/recipes/images/slugos-image.inc
+++ b/recipes/images/slugos-image.inc
@@ -20,6 +20,6 @@ IMAGE_LINGUAS = ""
 # kernel image is removed from the root file system to recover the space used -
 # SlugOS is assumed to boot from a separate kernel image in flash (not in the
 # root file system), if this is not the case the following must not be done!
-IMAGE_PREPROCESS_COMMAND += "rm ${IMAGE_ROOTFS}/boot/zImage*;"
+IMAGE_PREPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/?Image*;"
 
 inherit image





More information about the Openembedded-commits mailing list