[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Overriding the 'mkcramfs' define in Makefile



Hello,

I have some good news, 2.4.27 SPARC d-i works. This is significant since
it has been highly modularized and now uses a cramfs initrd instead of
ext2.

However, I must change the 

define mkcramfs
  mkcramfs $(TREE)
endef

to

define mkcramfs
  mkcramfs -b 4096 $(TREE)
endef

in the top level Makefile, if I want it to work.

Is it possible to make this a variable instead, or something? What's the
best way to do this? Thiemo?


-- 
Joshua Kwan




Reply to: