diff --git a/build-vm/boot.sh b/build-vm/boot.sh index 45140a9..153de21 100755 --- a/build-vm/boot.sh +++ b/build-vm/boot.sh @@ -1,4 +1,11 @@ #!/bin/sh -echo "BOOOOOOOT!" -echo "boot..." +IP=`ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print \$1}'` + +echo +echo +echo " De Security Workshop VM is nu opgestart" +echo " Ga met je browser naar deze URL:" +echo +echo " \033[0;32mhttp://$IP/\033[0m" +echo