Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Nov 7, 2023
1 parent 87731c5 commit e647bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sudo tar -xf $BUILD_DIR/filesystem.tar > /dev/null
# Add hostname and hosts. This cannot be done in the docker container...
echo "Setting network stuff"
HOST=tici
sudo bash -c "rm /etc/hostname && ln -s /proc/sys/kernel/hostname /etc/hostname"
sudo bash -c "ln -s /proc/sys/kernel/hostname etc/hostname"
sudo bash -c "echo \"127.0.0.1 localhost.localdomain localhost\" > etc/hosts"
sudo bash -c "echo \"127.0.0.1 $HOST\" >> etc/hosts"

Expand Down

0 comments on commit e647bdd

Please sign in to comment.