mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add chroot. It can be a real lifesaver, and adds less than 2 kB.
This commit is contained in:
parent
0b4978b4ea
commit
ad02aba633
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue