thank you. Got that. I am able to build the with those 2 settings.. but it fails to boot. I put screenshots in my previous replies.
I think I need to put custom initrd as well and for that I used "initrd_system="dracut" in the <type..> but image creation failed with this error.
Please take a look at the screenshots and see if I need to put custom initrd for this. Thanks for your help.
[ INFO ]: 12:50:48 | Creating image identifier: 0x66aeb68f
[ INFO ]: 12:50:48 | Creating generic dracut initrd archive
[ ERROR ]: 12:50:48 | Unexpected error:
Traceback (most recent call last):
File "/usr/bin/kiwi", line 9, in <module>
load_entry_point('kiwi==8.15.3', 'console_scripts', 'kiwi-ng')()
File "/usr/lib/python3.4/site-packages/kiwi/kiwi.py", line 54, in main
App()
File "/usr/lib/python3.4/site-packages/kiwi/app.py", line 35, in __init__
task_class().process()
File "/usr/lib/python3.4/site-packages/kiwi/tasks/system_build.py", line 198, in process
result = image_builder.create()
File "/usr/lib/python3.4/site-packages/kiwi/builder/disk.py", line 364, in create
self.boot_image.create_initrd(self.mbrid)
File "/usr/lib/python3.4/site-packages/kiwi/boot/image/dracut.py", line 65, in create_initrd
kernel_version = kernel_info.get_kernel().version
AttributeError: 'NoneType' object has no attribute 'version'
[ INFO ]: 12:50:48 | Cleaning up InstallImageBuilder instance