Change /etc/hosts to match PrawnOS hostname

fixes #142
This commit is contained in:
Hal Emmerich 2020-01-15 18:10:55 -06:00
parent 7408913bb4
commit 80a23dd2db

View File

@ -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