Re: [PATCH v5 10/17] bootmenu: add distro boot entry

2022-05-12 Thread Mark Kettenis
> Date: Thu, 12 May 2022 12:39:39 +0200 > From: Heinrich Schuchardt > > Am 12. Mai 2022 10:44:28 MESZ schrieb Takahiro Akashi > : > >On Sun, May 01, 2022 at 11:48:40PM +0200, Heinrich Schuchardt wrote: > >> On 4/28/22 10:09, Masahisa Kojima wrote: > >> > This commit adds the distro_boot entries

Re: [PATCH v5 10/17] bootmenu: add distro boot entry

2022-05-12 Thread Heinrich Schuchardt
Am 12. Mai 2022 10:44:28 MESZ schrieb Takahiro Akashi : >On Sun, May 01, 2022 at 11:48:40PM +0200, Heinrich Schuchardt wrote: >> On 4/28/22 10:09, Masahisa Kojima wrote: >> > This commit adds the distro_boot entries into the bootmenu. >> > The bootmenu read the "boot_targets" U-Boot environment

Re: [PATCH v5 10/17] bootmenu: add distro boot entry

2022-05-12 Thread Takahiro Akashi
On Sun, May 01, 2022 at 11:48:40PM +0200, Heinrich Schuchardt wrote: > On 4/28/22 10:09, Masahisa Kojima wrote: > > This commit adds the distro_boot entries into the bootmenu. > > The bootmenu read the "boot_targets" U-Boot environment variable > > and enumerate it. > > User can select the distro

Re: [PATCH v5 10/17] bootmenu: add distro boot entry

2022-05-01 Thread Heinrich Schuchardt
On 4/28/22 10:09, Masahisa Kojima wrote: This commit adds the distro_boot entries into the bootmenu. The bootmenu read the "boot_targets" U-Boot environment variable and enumerate it. User can select the distro boot entry, then bootmenu executes "run bootcmd_xxx" command. The bootmenu also

[PATCH v5 10/17] bootmenu: add distro boot entry

2022-04-28 Thread Masahisa Kojima
This commit adds the distro_boot entries into the bootmenu. The bootmenu read the "boot_targets" U-Boot environment variable and enumerate it. User can select the distro boot entry, then bootmenu executes "run bootcmd_xxx" command. The bootmenu also checks the existing block devices and network