Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marysaka/mkisofs-rs
- Owner: marysaka
- License: apache-2.0
- Created: 2019-01-10T11:24:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T17:39:29.000Z (over 2 years ago)
- Last Synced: 2025-01-08T15:36:26.047Z (29 days ago)
- Topics: grub2, iso9660, rust, tool
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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`.