Skip to content

Commit

Permalink
doc: add IPv6 localhost instructions
Browse files Browse the repository at this point in the history
We currently need to manually add the IPV6 loopback address.

PR-URL: #728
Fixes: #721
gibfahn authored May 19, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 976dff4 commit 02fddcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/aix61/manualBootstrap.md
Original file line number Diff line number Diff line change
@@ -124,6 +124,12 @@ cd ../..
rm -rf tmp
```

## Add ::1 to /etc/hosts

```bash
echo "::1 localhost" >>/etc/hosts
```

## Enable the AHA fs

Add the following to /etc/filesystems:

0 comments on commit 02fddcc

Please sign in to comment.