aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-10-17 13:00:34 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-10-17 13:00:34 +0000
commitdefd502f1f399af5ec498226b45055ba60dd677c (patch)
treea280b2185f1a4353266e6415eeedb84596a6c709 /rescue/rescue
parent9b209ed23e90b758ed9ffd86859c7f1764ba086f (diff)
downloadsrc-defd502f1f399af5ec498226b45055ba60dd677c.tar.gz
src-defd502f1f399af5ec498226b45055ba60dd677c.zip
Add iscsictl(8) and iscsid(8) to rescue(8). The point is to make it
easier to build md_root images from rescue(8), to use with iSCSI boot. The change increases the size of rescue by 62kB, from 8728kB to 8790kB. Reviewed by: bapt@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3865
Notes
Notes: svn path=/head/; revision=289452
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 8e682bd1f2ed..4d8b63d0f825 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -179,7 +179,7 @@ CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint
#
CRUNCH_SRCDIRS+= usr.bin
-CRUNCH_PROGS_usr.bin= head mt nc sed tail tee
+CRUNCH_PROGS_usr.bin= head iscsictl mt nc sed tail tee
CRUNCH_PROGS_usr.bin+= gzip
CRUNCH_ALIAS_gzip= gunzip gzcat zcat
@@ -214,7 +214,7 @@ CRUNCH_ALIAS_id= groups whoami
#
CRUNCH_SRCDIRS+= usr.sbin
-CRUNCH_PROGS_usr.sbin+= chroot
+CRUNCH_PROGS_usr.sbin+= chroot iscsid
CRUNCH_PROGS_usr.sbin+= chown
CRUNCH_ALIAS_chown= chgrp