1
0
mirror of https://github.com/byReqz/go-etcher.git synced 2025-01-31 04:29:48 +00:00
2022-12-29 23:01:03 +01:00
2022-12-29 19:24:23 +01:00
2022-01-07 23:53:03 +00:00
2022-01-07 23:53:03 +00:00
2022-12-29 23:01:03 +01:00
2022-02-08 12:28:49 +01:00

go-etcher

go-etcher is a simple tool to create bootable drives that is mainly inspired by the deprecated etcher-cli

Usage

go-etcher [image] [device]

arguments:

  -d, --device string   target device
  -f, --force           override safety features
  -i, --input string    input file
  -n, --no-hash         disable hash verification

If no image or device is specified, etcher will enter interactive mode and prompt for the missing parameters.

Planned features

  • Windows support
  • prettier output
  • image OS detection via pt
Description
a simple tool to create bootable drives
Readme MIT 63 KiB
Languages
Go 100%