All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Subject: Re: [PATCH] mkefidisk.sh: add startup script for automated boot
Date: Thu, 31 Dec 2015 17:07:09 -0500	[thread overview]
Message-ID: <5685A70D.3050708@gmail.com> (raw)
In-Reply-To: <1448721782-30965-1-git-send-email-twoerner@gmail.com>

ping?

On 11/28/15 09:43, Trevor Woerner wrote:
> Regardless of which image is built using which layers, try to ensure the image
> on the SD device being prepared is the one that is booted automatically when
> the board is powered.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  scripts/contrib/mkefidisk.sh | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
> index 23c18cb..333284f 100755
> --- a/scripts/contrib/mkefidisk.sh
> +++ b/scripts/contrib/mkefidisk.sh
> @@ -438,6 +438,9 @@ if [ -d $ROOTFS_MNT/etc/udev/ ] ; then
>  	echo "$TARGET_DEVICE" >> $ROOTFS_MNT/etc/udev/mount.blacklist
>  fi
>  
> +# Add startup.nsh script for automated boot
> +echo "fs0:\EFI\BOOT\bootx64.efi" > $BOOTFS_MNT/startup.nsh
> +
>  
>  # Call cleanup to unmount devices and images and remove the TMPDIR
>  cleanup



      reply	other threads:[~2015-12-31 22:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-28 14:43 [PATCH] mkefidisk.sh: add startup script for automated boot Trevor Woerner
2015-12-31 22:07 ` Trevor Woerner [this message]

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=5685A70D.3050708@gmail.com \
    --to=twoerner@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.