From ad02aba633b1f4383e418216884860041fec24b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 7 Feb 2005 21:19:18 +0000 Subject: [PATCH] Add chroot. It can be a real lifesaver, and adds less than 2 kB. --- rescue/rescue/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 636b8072777f..ee43a38795d1 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -198,6 +198,13 @@ CRUNCH_ALIAS_vi= ex CRUNCH_PROGS_usr.bin+= id CRUNCH_ALIAS_id= groups whoami +################################################################## +# Programs from stock /usr/sbin +# +CRUNCH_SRCDIRS+= usr.sbin + +CRUNCH_PROGS_usr.sbin+= chroot + ################################################################## # The following is pretty nearly a generic crunchgen-handling makefile #