Bug ID | 1186425 |
---|---|
Summary | Bogus "(no output on stdout)/" directory in boot image |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Bootloader |
Assignee | ms@suse.com |
Reporter | schwab@suse.de |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
The JeOS images produced by kiwi have a bogus "(no output on stdout)/" direcory in the boot image. This is due to a bad check in BootLoaderConfigGrub2._copy_grub_config_to_efi_path, which wrongly assumes that Command.run returns False on error. Instead it returns "(no output on stdout)".