From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6F351381FA for ; Tue, 13 May 2014 12:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6171DE0B7C; Tue, 13 May 2014 12:35:52 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F4E1E0B38 for ; Tue, 13 May 2014 12:35:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id E85242DC45 for ; Tue, 13 May 2014 14:35:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399984550; bh=nBk5O9lAV9KqKxJEJjVl+xwqHSuOEpc3ZMCG2sCgV5A=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=ijz21icw7FoHhbvGOH0pSNFvVmjNzOz2+bmT1uNFl2Nk1DULb+mHGuGiVmJWPvIBH rmdl6WKywXC+E6/zKuMMyi2+rngboWiu+rTOU6inyQrKbh55ISgvydkbtKopxBzRf7 Vk9TvcpA8DOI5gTS/x0Z6m5N8/+vt5sYWFq156wU= 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 17843-05 for ; Tue, 13 May 2014 14:35:47 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:1491:a5b7:bca7:5a76]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id B6A282DC43 for ; Tue, 13 May 2014 14:35:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399984547; bh=nBk5O9lAV9KqKxJEJjVl+xwqHSuOEpc3ZMCG2sCgV5A=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=AdYTRZLwHb/5usgkGjUyEEwwbgZy5iJTEGdVuJvEONUO0Xn05scza9Yp3775PWUGn HDEQhuo6mz5f6bL9BrmudPgrG0z/4NTw9Z8iA5t/jtuasPW2dIuSH/sq9Y+QtOY8d8 iGpiCp8ViyNrCTwf+/jirQl1m1EBTp13j0P62Z/0= Message-ID: <537211A2.1070005@xunil.at> Date: Tue, 13 May 2014 14:35:46 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 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] problems getting systemd to work References: <23736.1399879340@ccs.covici.com> <17435.1399889735@ccs.covici.com> <17536.1399952802@ccs.covici.com> <53720D57.7050804@xunil.at> <1365.1399984177@ccs.covici.com> In-Reply-To: <1365.1399984177@ccs.covici.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: afa529c8-7645-457e-ab3f-9e92d7560790 X-Archives-Hash: 4a54d56e383bdba1f49fde34c137d0bf Am 13.05.2014 14:29, schrieb covici@ccs.covici.com: >> * What is the status now with dracut? The mentioned options ... I >> don't have them in my config (although my setup is now completely >> different from yours ... anyway). > > I emerged it and want to use it to boot with systemd. Did you configure dracut as Canek's examples show? Adding in the modules etc ? Could you build the initramfs with it, matching your kernel? Do you successfully use that initramfs with openrc then? >> * grub-2, right? > > Nope, lilo. serious? Wow ... I have no experience with that combination ... So you have something like: append = "quiet init=/usr/lib/systemd/systemd" in your lilo.conf and applied it ... ? Stefan