Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxdeepin/deepin-boot-maker
https://github.com/linuxdeepin/deepin-boot-maker
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-boot-maker
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2014-05-29T09:43:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:38:52.000Z (24 days ago)
- Last Synced: 2024-10-20T20:57:52.001Z (24 days ago)
- Language: C++
- Homepage:
- Size: 158 MB
- Stars: 765
- Watchers: 56
- Forks: 142
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Deepin Boot Maker
Deepin Boot Maker is a tool that helps user to create a bootable usb stick quick and easy, it is designed to support deepin install iso, but it works for all ubuntu live install iso too.
![screenshot](https://raw.githubusercontent.com/linuxdeepin/deepin-boot-maker/master/docs/deepin-boot-maker.png)
### Dependencies
You can also check the "Depends" provided in the debian/control file.
### Build dependencies
You can also check the "Build-Depends" provided in the debian/control file.
## Installation
- Official binary release
The only binary release is from Deepin OS iso for now. You can download iso from: https://www.deepin.org/original/deepin-boot-maker/. Or you can find binary file on the root of iso.
- Repository Install
If you are deepin user, you can install Deepin Boot Maker from repository:
```bash
sudo apt-get install deepin-boot-maker
```### Build and install
See [INSTALL](INSTALL.md) for detail.
## Getting help
Any usage issues can ask for help via
* [WiKi](https://wiki.deepin.org)
* [Forum](https://bbs.deepin.org)
* [Developer Center](https://github.com/linuxdeepin/developer-center/issues)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en).
## License
Deepin Boot Maker is licensed under [GPL-3.0-only](LICENSE/GPL-3.0-only.txt)