summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-02-10 13:34:58 -0500
committerWill Woods <wwoods@redhat.com>2012-03-16 12:35:53 -0400
commit9bb2110ce77638f2773324272813deb2c7f3bc1c (patch)
tree0148b9877ecdcc1e1f80e2be1598c5bf62be1311 /scripts
parent3f14678b08148354ff76c1b6ee74303ecde392ec (diff)
downloadanaconda-9bb2110ce77638f2773324272813deb2c7f3bc1c.tar.gz
anaconda-9bb2110ce77638f2773324272813deb2c7f3bc1c.tar.xz
anaconda-9bb2110ce77638f2773324272813deb2c7f3bc1c.zip
Remove misc. references to loader
EVERY LAST REFERENCE TO LOADER MUST BE ELIMINATED RARRRR: - remove references to loader in analog and makeupdates. - change the default progname in isys/log.c from loader to anaconda. - reword comments here and there that refer to loader.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/analog2
-rwxr-xr-xscripts/makeupdates7
2 files changed, 3 insertions, 6 deletions
diff --git a/scripts/analog b/scripts/analog
index 9a84ff72a..eb1962e41 100755
--- a/scripts/analog
+++ b/scripts/analog
@@ -81,7 +81,6 @@ daemon.*;\\
user.info;\\
authpriv.* ?path_syslog;anaconda_syslog
-:programname, isequal, "loader" ?path_anaconda;anaconda_syslog
:programname, isequal, "anaconda" ?path_anaconda;anaconda_syslog
:programname, isequal, "anaconda-tb" ?path_anaconda_tb;anaconda_justmsg
:programname, isequal, "program" ?path_program;anaconda_syslog
@@ -92,7 +91,6 @@ authpriv.* ?path_syslog;anaconda_syslog
# discard those that we logged
:programname, isequal, "rsyslogd" ~
-:programname, isequal, "loader" ~
:programname, isequal, "anaconda" ~
:programname, isequal, "anaconda-tb" ~
:programname, isequal, "program" ~
diff --git a/scripts/makeupdates b/scripts/makeupdates
index e0aaa39ed..ee1eaa86c 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -1,9 +1,8 @@
#!/usr/bin/python
#
# makeupdates - Generate an updates.img containing changes since the last
-# tag, but only changes that do not need to be compiled. If
-# you need an updated _isys.so or a new loader, you should
-# still compile things as usual.
+# tag, but only changes to the main anaconda runtime.
+# initrd/stage1 updates have to be created separately.
#
# Copyright (C) 2009 Red Hat, Inc.
#
@@ -131,7 +130,7 @@ def copyUpdatedFiles(tag, updates, cwd):
elif file.find('/') != -1:
fields = file.split('/')
subdir = fields[0]
- if subdir in ['loader', 'po', 'scripts','command-stubs', 'tests',
+ if subdir in ['po', 'scripts','command-stubs', 'tests',
'bootdisk', 'docs', 'fonts', 'utils', 'gptsync',
'liveinst']:
continue