diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image-live.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 7a388d5c60..8ec6af0f6b 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
@@ -92,7 +92,7 @@ build_iso() { | |||
92 | for fs in ${INITRD} | 92 | for fs in ${INITRD} |
93 | do | 93 | do |
94 | if [ ! -s "$fs" ]; then | 94 | if [ ! -s "$fs" ]; then |
95 | bbnote "ISO image will not be created. $fs is invalid." | 95 | bbwarn "ISO image will not be created. $fs is invalid." |
96 | return | 96 | return |
97 | fi | 97 | fi |
98 | done | 98 | done |