move tgtd & tgtadm to bin-deps of deploy and remove from lib/ramdisk-functions
This commit is contained in:
parent
aa12710e5b
commit
37253564d3
2 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
busybox
|
busybox
|
||||||
|
tgtd
|
||||||
|
tgtadm
|
||||||
|
|
|
@ -63,7 +63,7 @@ function populate_lib () {
|
||||||
echo "Populating /lib"
|
echo "Populating /lib"
|
||||||
|
|
||||||
libs=
|
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
|
if "$BUSYBOX" --list | grep "^$i\$" >/dev/null; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue