Skip to content

Commit

Permalink
force symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Nov 7, 2023
1 parent e647bdd commit 33c03a0
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 "ln -s /proc/sys/kernel/hostname etc/hostname"
sudo bash -c "ln -sf /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 33c03a0

Please sign in to comment.