Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hspak/geteltorito-zig

geteltorito re-write in Zig
https://github.com/hspak/geteltorito-zig

eltorito geteltorito

Last synced: 2 months ago
JSON representation

geteltorito re-write in Zig

Awesome Lists containing this project

README

        

# Geteltorito (in Zig)

## Build
```sh
# requires zig 0.11 or later
zig build
```

## Usage
```sh
# I run a X1 carbon gen 5 so I use ISOs from here:
# https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x1-carbon-type-20hr-20hq/downloads/
sudo zig-out/bin/geteltorito -o /dev/ n1mur23w.iso # using sudo here to allow directly write to the device
```

## License
GPLv2 (to respect the [original](http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito))