MultiBoot USB
This is a collection of GRUB scripts that allows to create a bootable
pendrive (USB dongle, flash stick) supporting a number of different OS
images. Simply copy ISO files under `/iso-imgs`. Both UEFI and Legacy
BIOS boot modes can be enabled simultaneously.
Contributing to the project
This project is
Free Software
released under the
GNU General Public License (Version 3), therefore contributions are encouraged.
Creating an Issue
If you find a bug (and you don’t know how to fix it), have trouble
following the installation process or have a question/suggestion about
the project, go ahead and create an issue.
Issue tips
-
Check existing issues, both open and closed, for your problem.
-
Be clear about what your problem is: what was the expected outcome,
what happened instead?
-
Include system details like what operating system you’re using and
its version.
-
Paste error output or logs in your issue or in a
pastebin.
Submitting a Pull Request
If you think you can solve the issue or want to
add support for another distro, feel free to
make a pull request with the code:
- Fork and clone the repository.
-
Create a new branch:
git checkout -b my-branch-name
.
- Make your change and make sure it works.
-
Push the new branch to your fork:
git push -u origin my-branch-name
.
- Submit a pull request.
- Wait for your pull request to be reviewed and merged.
Pull Request tips
-
Write a
good commit message.
-
Keep your change as focused as possible. If there are multiple
changes you would like to make that are not dependent upon each
other, consider submitting them as separate pull requests.
Resources