summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-12-12 16:40:13 +0000
committerMike Fulbright <msf@redhat.com>2000-12-12 16:40:13 +0000
commit7a89e7faef384a4bdfe80ae32b12e669fca094f7 (patch)
tree56f481c21b6ad18f200017244a5d9745460064b9 /todo.py
parent45541df9b6ad010173fef18e72cb6f4e1260a158 (diff)
downloadanaconda-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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 9b0822664..3ea0e36d9 100644
--- a/todo.py
+++ b/todo.py
@@ -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: