Skip to content

Commit f455e42

Browse files
committed
hostname ed hosts
1 parent 09bffd7 commit f455e42

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

mychroot/ci/install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ whoami
1616

1717
####################################################################################################################################
1818
# 2 hostname
19-
echo "$(hostname)\n" > /etc/hostname
19+
echo -e "$(hostname)\n" > /etc/hostname
20+
echo -e "127.0.0.1 localhost\n" > /etc/hosts
21+
echo -e "127.0.1.1 $(hostname)\n" >> /etc/hosts
22+
23+
# This host address
24+
127.0.1.1 colibri
2025

2126
####################################################################################################################################
2227
# 3 ppa install penguins-eggs

0 commit comments

Comments
 (0)