summaryrefslogtreecommitdiffstats
path: root/move/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-20 11:42:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-20 11:42:30 +0000
commit291b0d47fd90a9bd4b0857e9d34a45440a584e95 (patch)
treea6b5a0a368f55b3e3582af2f97193981ee25fe68 /move/Makefile
parent1742b3e4302ee4f388965e9312203123a11d510f (diff)
downloaddrakx-backup-do-not-use-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar
drakx-backup-do-not-use-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.gz
drakx-backup-do-not-use-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.bz2
drakx-backup-do-not-use-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.xz
drakx-backup-do-not-use-291b0d47fd90a9bd4b0857e9d34a45440a584e95.zip
new splash screen
Diffstat (limited to 'move/Makefile')
-rw-r--r--move/Makefile5
1 files changed, 4 insertions, 1 deletions
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