From c6a2a7a32663e667eff572719320b615ad9b1fd9 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 1 Jan 2019 22:25:11 -0800 Subject: [PATCH] Change hostname from raspberrypi to frcvision (#22) This will help avoid conflicts with other raspberrypi's that may be on the local network. --- stage1/02-net-tweaks/00-patches/01-hosts.diff | 2 +- stage1/02-net-tweaks/files/hostname | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stage1/02-net-tweaks/00-patches/01-hosts.diff b/stage1/02-net-tweaks/00-patches/01-hosts.diff index ad07ae5..3286ed9 100644 --- a/stage1/02-net-tweaks/00-patches/01-hosts.diff +++ b/stage1/02-net-tweaks/00-patches/01-hosts.diff @@ -6,4 +6,4 @@ Index: jessie-stage1/rootfs/etc/hosts ff02::1 ip6-allnodes ff02::2 ip6-allrouters -+127.0.1.1 raspberrypi ++127.0.1.1 frcvision diff --git a/stage1/02-net-tweaks/files/hostname b/stage1/02-net-tweaks/files/hostname index 41757af..8571e8c 100644 --- a/stage1/02-net-tweaks/files/hostname +++ b/stage1/02-net-tweaks/files/hostname @@ -1 +1 @@ -raspberrypi +frcvision