Skip to content

newdistro

Geza Kovacs edited this page Mar 13, 2017 · 1 revision

If you would like to add your distribution to UNetbootin, please

Make a Persistent Redirect

Please create a URL that will always redirect to the current ISO for your distribution via an HTTP redirect (status code 302), so we don't need to update it every time you make a new release. Here's an example of how to do this in PHP:

<?php
header( 'Location: http://launchpad.net/unetbootin/trunk/625/+download/unetbootin-linux-625.bin' ) ;
?>

Edit the Code

Edit src/unetbootin/distrolst.cpp and src/unetbootin/distrover.cpp to add the distribution. See https://github.com/unetbootin/unetbootin/commit/aba57c42888fc8f189b187e55f359dd29c878815 or https://github.com/unetbootin/unetbootin/commit/77b96be2c9792e9fcd70d9a10257ebf6c7f38694 for examples of how to do this

Test your Changes

See compile

Make a Pull Request

See https://github.com/unetbootin/unetbootin/pulls

Clone this wiki locally