From 453558c4bb44b4bff43fcd22f96d4cfe1dbcf6f1 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Thu, 2 May 2013 05:24:28 +0200 Subject: mkarchroot: Refactor chroot running into a new script Separates the two features of mkarchroot. Provides users of the new arch-nspawn with the full feature set of systemd-nspawn. For example, this can be used to bind custom directories into the chroot. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bb6464..d73682a 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ BINPROGS = \ crossrepomove SBINPROGS = \ + arch-nspawn \ mkarchroot \ makechrootpkg -- cgit v1.2.3-24-g4f1b