Change hostname from raspberrypi to frcvision (#22)
This will help avoid conflicts with other raspberrypi's that may be on the local network.
This commit is contained in:
parent
2d70ac83f8
commit
c6a2a7a326
|
@ -6,4 +6,4 @@ Index: jessie-stage1/rootfs/etc/hosts
|
||||||
ff02::1 ip6-allnodes
|
ff02::1 ip6-allnodes
|
||||||
ff02::2 ip6-allrouters
|
ff02::2 ip6-allrouters
|
||||||
|
|
||||||
+127.0.1.1 raspberrypi
|
+127.0.1.1 frcvision
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
raspberrypi
|
frcvision
|
||||||
|
|
Loading…
Reference in New Issue
Block a user