From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19B691381F3 for ; Tue, 3 Sep 2013 18:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD4C8E0D56; Tue, 3 Sep 2013 18:38:18 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66A96E0D04 for ; Tue, 3 Sep 2013 18:38:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 59D57123EA for ; Tue, 3 Sep 2013 20:38:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1378233495; bh=kOLPGTQ30Xvv2MKfBcZnJDyjscXl8QIzBByDBVvPdwg=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=Neb6fgzL5UQiGIV5EA34GL+NaRlpSZluiowyJ6tQlyzq3EJumjtDlKBsGIq/egMZ1 dqT19tPWKiaOuECvhMK1TxosYF/JlzzIOqgN7fgn/EJPAaPNMiAkWZ5r6gvsMrfyiB FnllWZUfvrhTYKEixXxc1XdIEixFXqpKa1eDAq3M= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 04240-05 for ; Tue, 3 Sep 2013 20:38:12 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:11fc:c457:3c32:a221]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 99757123E4 for ; Tue, 3 Sep 2013 20:38:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1378233492; bh=kOLPGTQ30Xvv2MKfBcZnJDyjscXl8QIzBByDBVvPdwg=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=kOrocmjlSt37rJdKXsa3hCyhEtdXzYW3/bIf+qa0m4bQHCZLolIG9KExLsrUQ6415 BmZ7poMJL5YUnYwa3Aq7AiR6QTTtxedhN9sTTimuwKyUEo7qvQRiqBKKwyuxaaeB2b TIHjvZdNeqOt5GP04wdk413UId0gPj/ODv+fLE4k= Message-ID: <52262C93.7060507@xunil.at> Date: Tue, 03 Sep 2013 20:38:11 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130807 Thunderbird/17.0.8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] kerninst (was Optional /usr merge in Gentoo) References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 921be35f-ee2f-4526-bf57-85bbd2c7d94d X-Archives-Hash: 31d07cbfbbaf22b1d4d5affcfe69f60d Am 03.09.2013 18:34, schrieb Douglas J Hunley: > On Tue, Sep 3, 2013 at 12:19 PM, Canek Peláez Valdés wrote: > >> eclean-kernel cleans *older* versions of kernel.s The part of the >> script you responded to deletes the kernel, initramfs and modules >> which have the same version as the kernel to which /usr/src/linux >> points to. >> > > Ah, got it. I didn't grok that on the first read thru (obviously) It might be cool to combine both ... like "kerninst --just-keep-latest-kernels=2" or something ;-)