diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-18 21:16:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-18 21:16:09 +0000 |
commit | 890d160fcee9258d6079c64b51a67cccc596cc95 (patch) | |
tree | 7de458e05dcd401773f7918d30f6a6140d8c3941 /mdk-stage1/Makefile | |
parent | 478632060840a9dd32a64325d59819bd2025217a (diff) | |
download | drakx-890d160fcee9258d6079c64b51a67cccc596cc95.tar drakx-890d160fcee9258d6079c64b51a67cccc596cc95.tar.gz drakx-890d160fcee9258d6079c64b51a67cccc596cc95.tar.bz2 drakx-890d160fcee9258d6079c64b51a67cccc596cc95.tar.xz drakx-890d160fcee9258d6079c64b51a67cccc596cc95.zip |
add disk install support
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 55fe0a071..d4a3f2798 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -108,7 +108,7 @@ LDFLAGS_STAGE1 = -static endif -BINS = init stage1-full stage1-cdrom stage1-network +BINS = init stage1-full stage1-cdrom stage1-network stage1-disk #ifeq (i386, $(ARCH)) |