$file simple | awk ‘{ print $(NF-1) $(NF-0) }’ notstripped $du -h simple 8.0K simple $./simple Hello World $strip ./simple $du -h simple 8.0K simple $./simple Hello World $file simple | awk ‘{ print $(NF-1) $(NF-0) }’ BuildID[sha1]=6cf0bed752a904372cd42a85bc560c266a7c91b3,stripped $
Tag Archives: engineering
Re: Bug#433568: VLANs during install are important
On Sat, Jan 30, 2010 at 02:22:34PM +0100, Josef Wolf wrote: On Sat, Jan 30, 2010 at 08:41:25PM +1100, Matthew Palmer wrote: At any rate, the size of the initrd isn’t a download problem so much as an installer memory footprint problem — which isn’t mitigated by using an install CD. [ … ] We …
Continue reading “Re: Bug#433568: VLANs during install are important”