diff options
author | Mike Westerhof <mwester@dls.net> | 2009-05-03 00:47:11 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-05-03 00:47:11 -0500 |
commit | 07f66f9a091078653326d90707fa031dd728ca43 (patch) | |
tree | df1d3eaad1022b792726d4da399955bb10d7390d /recipes/images/slugos-image.inc | |
parent | 6b0e2b924e99cfac4f16c6ce5b386e6203e2ba41 (diff) |
SlugOS: remove any kernel images from boot, not just zImages.
Diffstat (limited to 'recipes/images/slugos-image.inc')
-rw-r--r-- | 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 866c8d7cf7..6a4b7b9cc5 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 |