diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-04 14:18:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-04 14:18:20 +0000 |
commit | e25845bb2eef8d0fb2cf08f33e15b5323751864f (patch) | |
tree | 56eb69d82f67e9ea4bfca2a61ffa964de71cbafa /move/Makefile | |
parent | 0a5a8491fe82ba86e349fb4f9c90b423177fd097 (diff) | |
download | drakx-e25845bb2eef8d0fb2cf08f33e15b5323751864f.tar drakx-e25845bb2eef8d0fb2cf08f33e15b5323751864f.tar.gz drakx-e25845bb2eef8d0fb2cf08f33e15b5323751864f.tar.bz2 drakx-e25845bb2eef8d0fb2cf08f33e15b5323751864f.tar.xz drakx-e25845bb2eef8d0fb2cf08f33e15b5323751864f.zip |
smaller isolinux progress bar
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 81085bddb..1971bc3d8 100644 --- a/move/Makefile +++ b/move/Makefile @@ -33,7 +33,7 @@ build: xwait runlevel_set isolinux/boot.msg $(MAKE) -C ../perl-install mo_files isolinux/boot.msg: data/isolinux-graphic.bmp - lilo-bmp2mdk mode:0x103 progress:371,144,4,8,64+11 clear:600,800,64+127 pos:0,0 < $< > $@ + lilo-bmp2mdk mode:0x103 progress:371,144,4,4,64+11 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) |