initfs: Move archive-common package into initfs-tools

This commit is contained in:
bjorn3
2026-02-17 19:50:00 +01:00
parent 5c1f034a27
commit c611054bbd
11 changed files with 7 additions and 42 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::path::Path;
use anyhow::{Context, Result};
use clap::{Arg, Command};
use archive_common::{self as archive, Args, DEFAULT_MAX_SIZE};
use redox_initfs_tools::{self as archive, Args, DEFAULT_MAX_SIZE};
fn main() -> Result<()> {
let matches = Command::new("redox-initfs-ar")