From 2c34d1a1a491861b68b76d6dbb449771d1cf114c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 8 Dec 2000 19:26:57 +0000 Subject: mdk-stage1 can now run the Install from CDROM --- mdk-stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index beefda163..7e02acb78 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -41,7 +41,7 @@ INITOBJS = $(subst .c,.o,$(INITSRC)) #- stage1 itself (minus stage1.c) -STAGE1SRC = log.c tools.c modules.c probing.c newt-frontend.c cdrom.c disk.c network.c +STAGE1SRC = log.c tools.c modules.c probing.c newt-frontend.c cdrom.c disk.c network.c mount.c STAGE1OBJS = $(subst .c,.o,$(STAGE1SRC)) insmod-busybox/libinsmod.a mar/libmar.a /usr/lib/libnewt.a /usr/lib/libslang.a /usr/lib/libz.a -- cgit v1.2.1