From 291b0d47fd90a9bd4b0857e9d34a45440a584e95 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Nov 2003 11:42:30 +0000 Subject: new splash screen --- move/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'move/Makefile') diff --git a/move/Makefile b/move/Makefile index 37509c327..6f68add7a 100644 --- a/move/Makefile +++ b/move/Makefile @@ -26,12 +26,15 @@ endif all: install -build: xwait +build: xwait isolinux/boot.msg cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make init stage1-network stage1-cdrom init-move sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create sudo find $(DEST_LIVETREE)/etc -type f | perl -pe 's|$(DEST_LIVETREE)||' > data/all-etcfiles $(MAKE) -C ../perl-install mo_files +isolinux/boot.msg: data/isolinux-graphic.bmp + lilo-bmp2mdk mode:0x103 progress:371,144,4,8,64+60 clear:600,800,64+127 pos:0,0 < $< > $@ + install: build #- todo: make_boot_img alike to create boot volume from ../mdk-stage1/stage1-cdrom (isolinux mandatory since stock kernel is so big) sudo cp -f $(STAGE1)/init-move $(DEST_LIVETREE)/sbin/init -- cgit v1.2.1