Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 34-hosts
1 #!/bin/sh
2 set -u
3 set -e
4
5 cat > "$target"/etc/hosts << EOF
6 127.0.0.1       grml    localhost
7
8 # The following lines are desirable for IPv6 capable hosts
9 # (added automatically by netbase upgrade)
10
11 ::1     ip6-localhost ip6-loopback grml
12 fe00::0 ip6-localnet
13 ff00::0 ip6-mcastprefix
14 ff02::1 ip6-allnodes
15 ff02::2 ip6-allrouters
16 ff02::3 ip6-allhosts
17 EOF