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-03-16 12:35:53 -0400
commit9bb2110ce77638f2773324272813deb2c7f3bc1c (patch)
tree0148b9877ecdcc1e1f80e2be1598c5bf62be1311 /data
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 '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.*//' )