| Crates.io | partymix |
| lib.rs | partymix |
| version | 1.0.0 |
| created_at | 2025-01-31 18:12:59.897485+00 |
| updated_at | 2025-01-31 18:12:59.897485+00 |
| description | Combines filesystem images into a disk image with MBR |
| homepage | |
| repository | https://github.com/pyx-cvm/partymix |
| max_upload_size | |
| id | 1537697 |
| size | 16,663 |
A tool for combining filesystem images into a disk image with a Master Boot Record (MBR).
$ partymix OUTPUT [[+]TYPE=IMAGE ...]
+ sign indicates whether the partition is active or not.The following partition type aliases are supported:
The following command creates a disk image with a FAT32 boot partition and a Linux root partition:
$ partymix disk.img +fat32=boot.img linux=root.img
License: MIT