Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] news item for udev 197-r3 upgrade (yes, I know, it's late)
Date: Wed, 23 Jan 2013 18:56:38
Message-Id: CAJ0EP42CLXKVY-6-2Zg_6Ds9KokshLMpWc7D+B0Vff3NzsFJ=Q@mail.gmail.com
In Reply to: Re: [gentoo-dev] news item for udev 197-r3 upgrade (yes, I know, it's late) by Rich Freeman
1 On Wed, Jan 23, 2013 at 1:52 PM, Rich Freeman <rich0@g.o> wrote:
2 > On Wed, Jan 23, 2013 at 1:42 PM, Mike Gilbert <floppym@g.o> wrote:
3 >> fstab is not consulted for mounting the root filesystem, so it doesn't
4 >> really matter what you have in there. Either the kernel mounts it
5 >> based on the kernel command line, or your initramfs mounts it based on
6 >> whatever your /init programs does.
7 >
8 > Keep in mind that for some implementations "whatever your /init
9 > programs does" includes checking fstab. When I switched to dracut I
10 > discovered this when the system would not boot - my fstab had the
11 > wrong filesystem type for the root (it dated back to the ext2 days)...
12 >
13
14 Ah, good to know. I'm used to dealing with my little homegrown
15 initramfs, where I parse root from the kernel command line in /init.
16 genkernel does the same thing.

Replies