Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marysaka/mkisofs-rs

A partial reimplementation of mkisofs to create hybrid ISO-9660 filesystem-image
https://github.com/marysaka/mkisofs-rs

grub2 iso9660 rust tool

Last synced: 25 days ago
JSON representation

A partial reimplementation of mkisofs to create hybrid ISO-9660 filesystem-image

Awesome Lists containing this project

README

        

[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/marysaka/mkisofs-rs/master/LICENSE-MIT)
[![Apache 2 license](https://img.shields.io/badge/license-Apache-blue.svg)](https://raw.githubusercontent.com/marysaka/mkisofs-rs/master/LICENSE-APACHE)

# Introduction

A partial reimplementation of mkisofs to create hybrid ISO-9660 filesystem-image.
The primary goal of this project is to replace grub-mkrescue that is not available on all systems.

# Installation

Assuming you have `cargo` installed, `cargo install mkisofs-rs`
will install this program, by the command name `mkisofs-rs`.