summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:11:41 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-11 19:11:41 +0000
commit607ee5d94e09cb06d8338c6862c29eb538699b69 (patch)
tree58ad7097fb3b79424846d4d6fd75cd7857cf6584 /mdk-stage1/Makefile
parent2bcc4dd71658524b19f6a59a7a16c2542c3fcf3e (diff)
downloaddrakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.gz
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.bz2
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.tar.xz
drakx-backup-do-not-use-607ee5d94e09cb06d8338c6862c29eb538699b69.zip
- add DISK install from ISO image file
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 7ee40bf05..2aeee3990 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -80,7 +80,7 @@ STAGE1_NETWORK_LIBS = /usr/lib/libresolv.a
#- stage1 itself
STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c
CDROMSRC = cdrom.c
-DISKSRC = disk.c
+DISKSRC = disk.c lomount.c
NETWORKSRC = network.c dns.c nfsmount.c dhcp.c url.c
ALLSRC = $(INITSRC) $(STAGE1SRC) $(CDROMSRC) $(DISKSRC) $(NETWORKSRC)