Modify setup for more flexible building process
This commit is contained in:
4
build/boot/hosts.sh
Normal file
4
build/boot/hosts.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "127.0.0.1 localhost" >> /tmp/hosts
|
||||
echo "$HOST_ADDR host" >> /tmp/hosts
|
||||
Reference in New Issue
Block a user