trisquel-guix-installer.experimental.a-lec.org: Add hostname
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
59dba6efc2
commit
9b6bb264d0
|
@ -21,6 +21,8 @@ TARBALL_SOURCE = \
|
|||
config/class/50-host-classes \
|
||||
config/files/etc/cron.d/fai/FAIBASE \
|
||||
config/files/etc/fai/fai.conf/FAIBASE \
|
||||
config/files/etc/hostname/FAIBASE \
|
||||
config/files/etc/hosts/FAIBASE \
|
||||
config/files/etc/network/interfaces.d/enp1s0.conf \
|
||||
config/files/etc/network/interfaces.d/lo.conf \
|
||||
config/files/etc/resolv.conf \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
trisquel-guix-installer.experimental.a-lec.org
|
|
@ -0,0 +1,7 @@
|
|||
127.0.0.1 localhost
|
||||
127.0.1.1 trisquel-guix-installer.experimental.a-lec.org
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
fcopy -i -m root,root,0755 /etc/cron.d/fai
|
||||
fcopy -iM /etc/fai/fai.conf
|
||||
fcopy -iM /etc/hostname
|
||||
fcopy -iM /etc/hosts
|
||||
fcopy -iM /etc/network/interfaces.d/lo.conf
|
||||
fcopy -iM /etc/network/interfaces.d/enp1s0.conf
|
||||
fcopy -iM /etc/resolv.conf
|
||||
|
|
Loading…
Reference in New Issue