From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH] 95rootfs-block: fix PARTUUID parsing Date: Wed, 31 Jul 2013 16:20:43 +0200 Message-ID: <51F91D3B.7010401@redhat.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Brandon Philips Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 07/23/2013 03:17 AM, Brandon Philips wrote: > In the kernel comments PARTUUID is shown using uppercase A-F: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/init/do_mounts.c?id=HEAD#n183 > > However, dracut tries to use the value of PARTUUID directly in > /dev/disks/by-partuuid/ which expects the hex to be lowercase. This will > cause root to never be found, oops! > > Fix dracut so it can, like the Kernel, accept either casing. > > Untested but I added a hack on my local system that was similar. > pushed, thanks