#976 Deprecate bootable option
Closed: Fixed 4 years ago by lsedlar. Opened 5 years ago by lsedlar.

If buildinstall_method is configured, the user obviously wants a bootable installer. No need for an extra flag.


Hi,
I'm Andi. Is anybody working on this issue at the moment?
Otherwise I would like fix it.

Regards

Andi

Hello @andilinux, feel free to work on this issue. Thank you!

Here are a few tips how to get started:

  • Make sure you can run a dummy test compose: clone the git repo and run make test-data to generate a set of RPMs (this needs to run only once), then run make test-compose.
  • Play with different combinations of options bootable and buildinstall_method in tests/data/dummy-pungi.conf. It's expected that the compose will fail (it's not possible to create a bootable image out of the dummy packages).
  • Make places that check the bootable option to look if buildinstall_method is not empty.
  • Change the code to emit deprecation warning on the bootable option.

If you have questions, just ask here.

Metadata Update from @lsedlar:
- Issue assigned to andilinux

5 years ago

Hello @lsedlar thx for your tips to get started. I will follow them and if I have questions, I will ask here:)

Regards

Andi

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1245 Merged 4 years ago