summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/mount.c')
-rw-r--r--mdk-stage1/mount.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mdk-stage1/mount.c b/mdk-stage1/mount.c
index d1b290a70..5366cc45c 100644
--- a/mdk-stage1/mount.c
+++ b/mdk-stage1/mount.c
@@ -211,14 +211,6 @@ int my_mount(char *dev, char *location, char *fs, int force_rw)
}
}
- if (!strcmp(fs, "supermount")) {
- my_modprobe("supermount", ANY_DRIVER_TYPE, NULL);
- my_modprobe("isofs", ANY_DRIVER_TYPE, NULL);
- opts = alloca(500);
- sprintf(opts, "dev=%s,fs=iso9660,tray_lock=always", dev);
- dev = "none";
- }
-
#ifndef DISABLE_MEDIAS
if (!strcmp(fs, "vfat")) {
my_modprobe("nls_cp437", ANY_DRIVER_TYPE, NULL);