From 703ddd70e5f5e15ee1da16c2c4f29cafff5662ce Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 10 Feb 2004 17:06:33 +0000 Subject: in network mode we need to create nodes as well because of usb floppies support --- mdk-stage1/mount.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/mount.c b/mdk-stage1/mount.c index e4fd2ddd8..ca2a083de 100644 --- a/mdk-stage1/mount.c +++ b/mdk-stage1/mount.c @@ -155,7 +155,6 @@ int my_mount(char *dev, char *location, char *fs, int force_rw) struct stat buf; int rc; -#ifndef DISABLE_MEDIAS if (strcmp(fs, "nfs")) { rc = ensure_dev_exists(dev); if (rc != 0) { @@ -163,7 +162,6 @@ int my_mount(char *dev, char *location, char *fs, int force_rw) return -1; } } -#endif log_message("mounting %s on %s as type %s", dev, location, fs); -- cgit v1.2.1