diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 19:17:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 19:17:52 +0000 |
commit | 287245dab721c6049a946dffb32152fc2839c015 (patch) | |
tree | 30f930d553eef13c637ad93daac3b44414a2155b /mdk-stage1/Makefile | |
parent | a10fa197aa09ed22806d4677093d5ce44c5ec266 (diff) | |
download | drakx-backup-do-not-use-287245dab721c6049a946dffb32152fc2839c015.tar drakx-backup-do-not-use-287245dab721c6049a946dffb32152fc2839c015.tar.gz drakx-backup-do-not-use-287245dab721c6049a946dffb32152fc2839c015.tar.bz2 drakx-backup-do-not-use-287245dab721c6049a946dffb32152fc2839c015.tar.xz drakx-backup-do-not-use-287245dab721c6049a946dffb32152fc2839c015.zip |
handle "boot" clp and "main" clp. passing argument "live" can force to not use the clp in favor of live tree.
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index bb63f5c07..d04c176e5 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -57,7 +57,7 @@ ifeq (i386, $(ARCH)) INITSRC = minilibc.c init.c INIT_DEFS = -DINIT_HEADERS=\"minilibc.h\" -fno-builtin INIT_DEFS_ADD = -DBINARY=\"/sbin/stage1\" -INIT_DEFS_ADD_MANDRAKE_MOVE = -DBINARY=\"/usr/bin/runstage2\" +INIT_DEFS_ADD_MANDRAKE_MOVE = -DBINARY=\"/usr/bin/runstage2.pl\" else ifeq (x86_64, $(ARCH)) INITSRC = minilibc.c init.c |