public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Iain Paton <ipaton0@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf
Date: Sun, 14 Dec 2014 21:35:14 +0000	[thread overview]
Message-ID: <548E0292.50200@gmail.com> (raw)
In-Reply-To: <548DC744.9070101@nvidia.com>

On 14/12/14 17:22, Stephen Warren wrote:
> On 12/14/2014 07:52 AM, Iain Paton wrote:
>> Set ptuuid and fsuuid variables to the partition / filesystem
>> where we found extlinux.conf which allows us to use a replaceable
>> parameter in the append line in extlinux.conf like this
>>
>> append root=PARTUUID=${ptuuid}
>>
>> this means we never have to hardcode a root=/dev/mmcblk0p1 type path
>> anywhere.
> 
> Wouldn't the distro/... that creates extlinux.conf simply put the UUID
> into the file when it's generated? That's how things normally work in
> similar setups such as grub.conf...

Perhaps, but that's just another assumption. No less valid than mine, just
different.

>> Since the uuids are only looked for after we've already found extlinux.conf
>> there's little cost/risk to making them available.
>> I realise that assuming extlinux.conf is on the root partition isn't perfect
>> but for the common case where it will be, there are many advantages to 
>> this.
> 
> ... and completely avoids the issue of U-Boot making assumptions about
> the partition layout that the distro installer used.

Well making some information available hardly forces anyone to use it.

I'd like to be able to make use of some of the commands and information that
are available and to do it in a way that's compatible with config_distro_bootcmd.
Perhaps by expanding it's capabilities along the way, if that's acceptable.

Part of my motivation is to decouple the assumption that the user writable 
UUID will never change on disk and make the system unbootable and difficult 
to recover, using extlinux.conf is one step, the patch is another.

Ideally I want to largely ignore the u-boot environment and just use 
extlinux.conf, but without access to some of the discovered information 
from the boot process I'm just moving a set of hard coded assumptions from 
point A to point B. I may as well just use boot.scr in this case.

Is the intention that config_distro_bootcmd be rigid and inflexible, only 
catering to a single way of doing things?

  reply	other threads:[~2014-12-14 21:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-14 14:52 [U-Boot] [PATCH] allow config_distro_bootcmd to pass uuid to extlinux.conf Iain Paton
2014-12-14 17:22 ` Stephen Warren
2014-12-14 21:35   ` Iain Paton [this message]
2014-12-15  2:09     ` Stephen Warren
2014-12-15 11:53       ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=548E0292.50200@gmail.com \
    --to=ipaton0@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox