[Aboriginal] [PATCH 1/2] Bring up loopback network device

Bobby Bingham koorogi at koorogi.info
Sun Mar 2 21:45:13 PST 2014


---
 sources/root-filesystem/sbin/init.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sources/root-filesystem/sbin/init.sh b/sources/root-filesystem/sbin/init.sh
index 0154b2e..845dbd4 100755
--- a/sources/root-filesystem/sbin/init.sh
+++ b/sources/root-filesystem/sbin/init.sh
@@ -21,6 +21,8 @@ export PS1='($HOST:$CPUS) \w \$ '
 # (The shell gives us a default, but it's local, not exported.)
 export PATH
 
+ifconfig lo up
+
 # If we're running under qemu, do some more setup
 if [ $$ -eq 1 ]
 then
-- 
1.9.0


 1393825513.0


More information about the Aboriginal mailing list