Add loopback network device and localhost entry to /etc/hosts for VM tests.

This commit is contained in:
Rob Vermaas 2013-07-05 15:02:43 +02:00
parent 6726776c74
commit 51a22a8f8a

View File

@ -99,6 +99,8 @@ rec {
mount -t tmpfs none /dev
${createDeviceNodes "/dev"}
ifconfig lo up
mkdir /fs
if test -z "$mountDisk"; then
@ -129,6 +131,7 @@ rec {
mkdir -p /fs/etc
ln -sf /proc/mounts /fs/etc/mtab
echo "127.0.0.1 localhost" > /fs/etc/hosts
echo "Now running: $command"
test -n "$command"