diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-07-29 04:29:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-07-29 04:29:26 +0000 |
commit | bd1fbb396af53422244b4e2890e2645791af417c (patch) | |
tree | 136b6012c5398909fc553f18390c0cbb2e714ebf /loader2 | |
parent | d7acadfe0aafad4b3b09aa7956b632d711f1b1b3 (diff) | |
download | anaconda-bd1fbb396af53422244b4e2890e2645791af417c.tar.gz anaconda-bd1fbb396af53422244b4e2890e2645791af417c.tar.xz anaconda-bd1fbb396af53422244b4e2890e2645791af417c.zip |
2005-07-29 Jeremy Katz <katzj@redhat.com>
* loader2/driverdisk.c (loadDriverFromMedia): Apply patch from
Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/driverdisk.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/loader2/driverdisk.c b/loader2/driverdisk.c index e08995bc0..5e380b1b2 100644 --- a/loader2/driverdisk.c +++ b/loader2/driverdisk.c @@ -310,11 +310,6 @@ int loadDriverFromMedia(int class, moduleList modLoaded, part = strdup(part_list[num]); stage = DEV_CHOOSEFILE; - /* FIXME: this is where I am. add code to mount the partition - * and then load the dir browser pointing there. then do - * a mount of the image, load DD from there, and go to DEV_PROBE. - * set found before loading. - */ } case DEV_CHOOSEFILE: { @@ -380,6 +375,7 @@ int loadDriverFromMedia(int class, moduleList modLoaded, break; } stage = DEV_LOAD; + break; } case DEV_INSERT: { |