From 7282fa4fa17865c099e96dcbca6bd3d33d1c6845 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 20 Jul 2024 08:08:40 +0200 Subject: [PATCH] Align /etc/hosts entries. No functional changes. --- raspberrypi/recipes/pi3-pi4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspberrypi/recipes/pi3-pi4.sh b/raspberrypi/recipes/pi3-pi4.sh index 9960358..564c344 100644 --- a/raspberrypi/recipes/pi3-pi4.sh +++ b/raspberrypi/recipes/pi3-pi4.sh @@ -19,8 +19,8 @@ toast_me() { rm -f $MNT/etc/ssh/ssh_host_* chroot $MNT systemctl enable ssh # Change the hostname - echo "127.0.1.1 pirogue.local pirogue" >> $MNT/etc/hosts - echo "::1 pirogue.local pirogue" >> $MNT/etc/hosts + echo "127.0.1.1 pirogue.local pirogue" >> $MNT/etc/hosts + echo "::1 pirogue.local pirogue" >> $MNT/etc/hosts echo "pirogue" > $MNT/etc/hostname # Add PTS PPA chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12/pirogue.list