From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-57878-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 50FE913862F for <garchives@archives.gentoo.org>; Wed, 23 Jan 2013 18:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 445C521C0D1; Wed, 23 Jan 2013 18:52:17 +0000 (UTC) Received: from mail-ia0-f182.google.com (mail-ia0-f182.google.com [209.85.210.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36D1221C00C for <gentoo-dev@lists.gentoo.org>; Wed, 23 Jan 2013 18:52:16 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id w33so4232394iag.27 for <gentoo-dev@lists.gentoo.org>; Wed, 23 Jan 2013 10:52:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ka7rdjtLceYEkxHjXainwRo7lE/RXnm+GPR04e6evko=; b=VxVLorBbWUnGChk5GXMEfLbL9t0GUYXD4g0yXslJHMCGlVADwonJnKk+Ah1B4CNeUw 8HdO+0I9qFAxB0MyS4uDRP4e321xuhbMyclzlqleXKfZ27Xq0C4RvlNRVmYbZl8E0dsG e64v1sy+V/QGEdF+zmZdU851OLLHZ77ZRlpq9GntzOMzqoBnPFF527hg5SQPoTg3eFOJ CDNO7aKIYXdv4scQhlhc58Fl9Nm7szX7b2yy81DKiZIgjXE6gjNhzKD/tEI55TT3Vt/6 ZFWI5B2Oz7BnIlMl2t9VWuzzdVpzUiksZn9pyYIcoZXsEEJPPYVgYnr/Lj9SQ8xsrc8Q vupQ== Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.50.207.67 with SMTP id lu3mr16028318igc.12.1358967135344; Wed, 23 Jan 2013 10:52:15 -0800 (PST) Sender: freemanrich@gmail.com Received: by 10.64.30.231 with HTTP; Wed, 23 Jan 2013 10:52:15 -0800 (PST) In-Reply-To: <CAJ0EP41wdezocLkUzuKvWhE7N2b=s06zoKDUarUP=dX_b2nWcQ@mail.gmail.com> References: <50FFE241.6030107@gentoo.org> <51002BFF.3070402@desaster-games.com> <CAJ0EP41wdezocLkUzuKvWhE7N2b=s06zoKDUarUP=dX_b2nWcQ@mail.gmail.com> Date: Wed, 23 Jan 2013 13:52:15 -0500 X-Google-Sender-Auth: Q82u457fGC3YDuEkpO-G-76_xRA Message-ID: <CAGfcS_nYVKrLTYOpV38KcQinH3eV-tygtmTSrzK6dTPHqnQv7w@mail.gmail.com> Subject: Re: [gentoo-dev] news item for udev 197-r3 upgrade (yes, I know, it's late) From: Rich Freeman <rich0@gentoo.org> To: gentoo-dev <gentoo-dev@lists.gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 67849fd7-77be-4cc7-a52e-d9cabb5c9738 X-Archives-Hash: 8880d80bec51ff65404364f382f2612b On Wed, Jan 23, 2013 at 1:42 PM, Mike Gilbert <floppym@gentoo.org> wrote: > fstab is not consulted for mounting the root filesystem, so it doesn't > really matter what you have in there. Either the kernel mounts it > based on the kernel command line, or your initramfs mounts it based on > whatever your /init programs does. Keep in mind that for some implementations "whatever your /init programs does" includes checking fstab. When I switched to dracut I discovered this when the system would not boot - my fstab had the wrong filesystem type for the root (it dated back to the ext2 days)... Rich