From 6d053ff21355fd3b225f9ec8eaf716a513fd138e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 15 Jun 2019 18:29:38 +0200 Subject: [PATCH] Update README Signed-off-by: David Oberhollenzer --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c185b1..22103c0 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,13 @@ Building this package produces a program called `pkg` that can: * dump the contents and meta data of such an archive for inspection. * install an archive and all its dependencies recursively, in topological order, to a specified root directory. -* generate file listings from archives in formats suitable for `mksquashfs` +* generate file listings from archives in formats suitable for `gensquashfs` and Linux `CONFIG_INITRAMFS_SOURCE`. * work out a build order for source packages given information on what source packages provide what binary packages and what binary packages they need in order to build. * produce pretty dependency graphs. - -An additional binary is produced called `pkg2sqfs` that can convert a package -produced by `pkg` into a SquashFS filesystem image. - - ## License The source code in this package is provided under the OpenBSD flavored ISC