Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkchiem/drive-flasher
Flash an OS onto a removable drive (macOS)
https://github.com/dkchiem/drive-flasher
burn cli drive flash image iso macos
Last synced: about 1 month ago
JSON representation
Flash an OS onto a removable drive (macOS)
- Host: GitHub
- URL: https://github.com/dkchiem/drive-flasher
- Owner: dkchiem
- License: mit
- Created: 2020-05-16T17:54:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T03:20:42.000Z (over 4 years ago)
- Last Synced: 2024-09-14T22:39:36.954Z (2 months ago)
- Topics: burn, cli, drive, flash, image, iso, macos
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/drive-flasher
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drive-flasher
[![npm version](https://badge.fury.io/js/drive-flasher.svg)](https://www.npmjs.com/package/drive-flasher) [![license](https://img.shields.io/github/license/Doudou8/drive-flasher)](https://github.com/Doudou8/drive-flasher/blob/master/LICENSE)
**drive-flasher** is a cli to flash an OS onto a removable drive. It is designed to be simple to use on your mac.
## Installation
> You may need to use `sudo` to install the package globally. This CLI will only work on _macOS_.
```bash
$ npm i -g drive-flasher
```After installing the cli, you are ready to use it.
## Usage
> The cli has only been tested on _macOS Catalina_ with an _Ubuntu_ ISO image.
1. Insert your drive
2. If the following alert pops up just after inserting the drive, press on "**Initialize...**" :
3. Run the following command in the Terminal (`sudo` is needed to do the flashing):> Note that it will also wipe everything on the drive.
```bash
$ sudo drive-flasher
```4. Respond to the questions asked...
5. Let it do its work, go get a cup of coffee!
6. This alert will pop up when the flashing is done. Press on "**Ignore**" :
7. Remove the drive and use it!## Author
- **Vu Dang Khoa Chiem** - Doudou8
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
MIT © Doudou8