summaryrefslogtreecommitdiffstats
path: root/loader/hdinstall.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-02 16:57:52 -0500
committerChris Lumens <clumens@redhat.com>2009-12-03 15:04:35 -0500
commita6eb83c0b728a3ab38c8cae35a6096789cec5e8c (patch)
tree4f678cda124768fb1178c15c6271802af89e0a7d /loader/hdinstall.c
parente1cf0ff896a5ed12733a554af79c6ad45287d9b8 (diff)
downloadanaconda-a6eb83c0b728a3ab38c8cae35a6096789cec5e8c.tar.gz
anaconda-a6eb83c0b728a3ab38c8cae35a6096789cec5e8c.tar.xz
anaconda-a6eb83c0b728a3ab38c8cae35a6096789cec5e8c.zip
Remove test mode from the loader, too.
All previous comments about test mode being untested apply to loader, but doubly so.
Diffstat (limited to 'loader/hdinstall.c')
-rw-r--r--loader/hdinstall.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/loader/hdinstall.c b/loader/hdinstall.c
index d5b6138a5..ea39095c9 100644
--- a/loader/hdinstall.c
+++ b/loader/hdinstall.c
@@ -61,9 +61,6 @@ static char * setupIsoImages(char * device, char * dirName, char * location) {
logMessage(INFO, "mounting device %s for hard drive install", device);
- if (FL_TESTING(flags))
- return NULL;
-
if (doPwMount(device, "/mnt/isodir", "auto", "ro", NULL))
return NULL;