summaryrefslogtreecommitdiffstats
path: root/loader/init.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-23 22:36:58 +0000
committerMatt Wilson <msw@redhat.com>1999-06-23 22:36:58 +0000
commit8f5b86b5ba7263bd79372f6f15c05571367555de (patch)
treee9c45e29cf471f80cc658fc5a4a2bb3954426489 /loader/init.c
parente7c4d8ebb7c8a849078bf045d76ea0a9403cb064 (diff)
downloadanaconda-8f5b86b5ba7263bd79372f6f15c05571367555de.tar.gz
anaconda-8f5b86b5ba7263bd79372f6f15c05571367555de.tar.xz
anaconda-8f5b86b5ba7263bd79372f6f15c05571367555de.zip
Move away from using /dev/ for device nodes - use /tmp,
added path for terminfo stuff (though I think terminfo does this by default
Diffstat (limited to 'loader/init.c')
-rw-r--r--loader/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/init.c b/loader/init.c
index 88c96991c..acfe68d5e 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -63,6 +63,7 @@ char * environ[] = {
"HOME=/",
"TERM=linux",
"DEBUG=",
+ "TERMINFO_DIRS=/etc/terminfo",
NULL
};