Skip to content

Commit

Permalink
fix: use $TARGET_HOSTNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Mar 13, 2022
1 parent 4109487 commit 67d325b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/03-networking
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
up iwconfig wlan0 power off
hostname raspberrypi
hostname $TARGET_HOSTNAME
EOF

# avahi
Expand Down

0 comments on commit 67d325b

Please sign in to comment.