diff options
author | Mike Fulbright <msf@redhat.com> | 2000-12-12 16:40:13 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-12-12 16:40:13 +0000 |
commit | 7a89e7faef384a4bdfe80ae32b12e669fca094f7 (patch) | |
tree | 56f481c21b6ad18f200017244a5d9745460064b9 /todo.py | |
parent | 45541df9b6ad010173fef18e72cb6f4e1260a158 (diff) | |
download | anaconda-7a89e7faef384a4bdfe80ae32b12e669fca094f7.tar.gz anaconda-7a89e7faef384a4bdfe80ae32b12e669fca094f7.tar.xz anaconda-7a89e7faef384a4bdfe80ae32b12e669fca094f7.zip |
added warning the /etc/hosts we write out to warn user to not remove the localhost line
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -658,6 +658,9 @@ class ToDo: localline = localline + l[0] + " " localline = localline + "localhost.localdomain localhost\n" + f.write("\n") + f.write("# Do not remove the following line, or various programs\n") + f.write("# that require network functionality will fail.\n") f.write (localline) if ip: |