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
  • Loading branch information
gibfahn committed May 19, 2017
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
Expand Up @@ -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:
Expand Down

0 comments on commit 02fddcc

Please sign in to comment.