linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian <evil@g-house.de>
To: Jens Benecke <jens-usenet@spamfreemail.de>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Help: 2.4 -> 2.6 (test11,bk2) kernel module file size (due to debug options?)
Date: Sun, 07 Dec 2003 18:05:01 +0100	[thread overview]
Message-ID: <3FD35DBD.9070004@g-house.de> (raw)
In-Reply-To: <bqs6rq$vv3$1@sea.gmane.org>

Jens Benecke wrote:
> Hi,
> 
> after installing (actually - creating a debian package for) 2.6.0-test11-bk2
> I have this:
> 
> 2.3M    /boot
> 366M    /lib/modules/2.6.0-test11-bk2                           !!!
> 15k     /usr/share/doc/kernel-image-2.6.0-test11-bk2

you don't use "du -cahL" when counting /lib/modules/2.6.0-test11-bk2, 
don you? /lib/modules/2.6.0-test11-bk2/build is a symbolic link to your 
kernel sources, "-L" in "du" counts them too. (man du)

evil@sheep:~$ du -cahL /lib/modules/2.6.0-test11/ | tail -n1
422M    total
evil@sheep:~$ du -cah /lib/modules/2.6.0-test11/ | tail -n1
2.2M    total


Christian.
-- 
BOFH excuse #265:

The mouse escaped.

      parent reply	other threads:[~2003-12-07 18:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-06  9:17 Help: 2.4 -> 2.6 (test11,bk2) kernel module file size (due to debug options?) Jens Benecke
2003-12-06 11:40 ` Jacek Kawa
2003-12-07 17:05 ` Christian [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FD35DBD.9070004@g-house.de \
    --to=evil@g-house.de \
    --cc=jens-usenet@spamfreemail.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).