summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-02-10 13:34:58 -0500
committerWill Woods <wwoods@redhat.com>2012-02-15 12:07:40 -0500
commit98bf3f655a483c0041645bf59676ee8637224235 (patch)
tree20e945e8355bf2a6232a50b87264aff0d20372ee /data
parentaab240d844dbcd56c45bcaccd011175f480bb928 (diff)
downloadanaconda-98bf3f655a483c0041645bf59676ee8637224235.tar.gz
anaconda-98bf3f655a483c0041645bf59676ee8637224235.tar.xz
anaconda-98bf3f655a483c0041645bf59676ee8637224235.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 'data')
-rwxr-xr-xdata/liveinst/liveinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/liveinst/liveinst b/data/liveinst/liveinst
index b7ee4cf0e..bb11e273e 100755
--- a/data/liveinst/liveinst
+++ b/data/liveinst/liveinst
@@ -62,7 +62,7 @@ fi
# loading and lvm control in this file, too.
ANACONDA=${LIVECMD:=anaconda --liveinst --method=livecd://$LIVE_BLOCK $INSTLANG}
-# load modules that would get loaded by the loader... (#230945)
+# load modules that would get loaded by the initramfs (#230945)
for i in raid0 raid1 raid5 raid6 raid456 raid10 dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin vfat dm-crypt cbc sha256 lrw xts iscsi_tcp iscsi_ibft; do /sbin/modprobe $i 2>/dev/null ; done
export ANACONDA_PRODUCTNAME=$( cat /etc/system-release | sed -r -e 's/ *release.*//' )