move tgtd & tgtadm to bin-deps of deploy and remove from lib/ramdisk-functions

This commit is contained in:
chriskrelle 2012-11-16 16:30:11 -08:00
parent aa12710e5b
commit 37253564d3
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1,3 @@
busybox
tgtd
tgtadm

View file

@ -63,7 +63,7 @@ function populate_lib () {
echo "Populating /lib"
libs=
for i in "$BUSYBOX" bash modprobe udevd udevadm wget tgtd tgtadm reboot shutdown $BINARY_DEPS ; do
for i in "$BUSYBOX" bash modprobe udevd udevadm wget reboot shutdown $BINARY_DEPS ; do
if "$BUSYBOX" --list | grep "^$i\$" >/dev/null; then
continue
fi