In 'small' GRML utils nmap, curl, ifdata are missing so replace them
with another ones and install required packages for installcd in
one place.
Change-Id: I7269bb53b66805c792f5e91ff97a2fd2ebd14d1f
(cherry picked from commit d15f0387a3)
changes/57/20457/1
parent
7f9a28900a
commit
e0d33c7659
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "Updating list of packages..."
|
||||
apt-get update 1>/dev/null
|
||||
echo "Installing required packages..."
|
||||
apt-get install --assume-yes \
|
||||
isomd5sum
|
||||
Loading…
Reference in new issue