The init-live.sh scripts assumes that the boot label set by
the LABELS variable is either "boot", "install", or
"install-efi". If that variable is overridden to something else
we fall off the end of the case statement and the system locks
up. If the boot label is unknown, at least attempt to boot
Hi,
Le 28 Jun 2014 04:19:02 -,
"Himanshu Pandey" a écrit :
> I want a receipe for dhclient package.
>
git grep dhclient leads to :
meta/recipes-connectivity/dhcp/dhcp_4.3.0.bb
Eric
--
___
Openembedded-core mailing list
Openembedded-core@lists.o
There are cases where software after boot may need to know the
current boot disk. Under the current system, it is not guaranteed
which disk is the boot. While /media/sda is a good guess, it
isn't always right, nor is it a good assumption that only one boot
disk is in the system. This gives a sta
This patch is to let systems easily find the boot media used for the current
boot in a deterministic manner. Previously, you would have to assume the boot
disk or else walk through mounted disks looking for one that matches a live
boot disk and is in use (and if paranoid, ensure there isn't anoth
On Fri, 2014-06-27 at 11:17 -0400, Tom Rini wrote:
> On Fri, Jun 27, 2014 at 03:54:30PM +0100, Richard Purdie wrote:
> > I wondered about that but I did already check and:
> >
> > http://git.yoctoproject.org/cgit.cgi/poky/tree/bitbake/lib/bb/utils.py
> >
> > def contains(variable, checkvalues, tr