289c289,291
< if mdesc.disk().lower().count('android'):
---
> # Android disk images must have 'android' keyword in the disk name
> # Look for 'android' in disk name and append /init to boot_osflags
> if (os.path.split(mdesc.disk())[-1]).lower().count('android'):