Skip to content

Commit

Permalink
Change /etc/hosts to match PrawnOS hostname
Browse files Browse the repository at this point in the history
fixes #142
  • Loading branch information
SolidHal committed Jan 16, 2020
1 parent 7408913 commit 80a23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ chroot $outmnt apt-get install -d -y firefox-esr

#Cleanup hosts
rm -rf $outmnt/etc/hosts #This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
echo -n "127.0.0.1 PrawnOS-Alpha" > $outmnt/etc/hosts
echo -n "127.0.0.1 PrawnOS" > $outmnt/etc/hosts

umount -l $outmnt > /dev/null 2>&1
rmdir $outmnt > /dev/null 2>&1
Expand Down

0 comments on commit 80a23dd

Please sign in to comment.