diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-20 11:42:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-20 11:42:30 +0000 |
commit | 291b0d47fd90a9bd4b0857e9d34a45440a584e95 (patch) | |
tree | a6b5a0a368f55b3e3582af2f97193981ee25fe68 | |
parent | 1742b3e4302ee4f388965e9312203123a11d510f (diff) | |
download | drakx-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar drakx-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.gz drakx-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.bz2 drakx-291b0d47fd90a9bd4b0857e9d34a45440a584e95.tar.xz drakx-291b0d47fd90a9bd4b0857e9d34a45440a584e95.zip |
new splash screen
-rw-r--r-- | move/Makefile | 5 | ||||
-rw-r--r-- | move/data/isolinux-graphic.bmp | bin | 0 -> 480566 bytes |
2 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 diff --git a/move/data/isolinux-graphic.bmp b/move/data/isolinux-graphic.bmp Binary files differnew file mode 100644 index 000000000..f2649d47e --- /dev/null +++ b/move/data/isolinux-graphic.bmp |