tech-install archive

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

Re: sysinst with Lua support



>  - how much space is required to put lua based sysinst binaries 

I did a statically linked build of sysinst on amd64 to give an exact number:


static build of sysinst on amd64

without Lua

   text    data     bss     dec     hex filename
 761846   24532   81600  867978   d3e8a arch/amd64/sysinst

with Lua

   text    data     bss     dec     hex filename
 954922   24692   82080 1061694  10333e arch/amd64/sysinst


All in all, it adds a little less than 200KB.



Home | Main Index | Thread Index | Old Index