Re: [PATCH] distro_bootcmd: Always check for custom boot scripts first

2022-10-12 Thread Vagrant Cascadian
On 2022-10-12, Tom Rini wrote: > On Fri, Sep 02, 2022 at 01:06:16AM +0300, Andrey Skvortsov wrote: >> If extlinux.conf is used, then it's not possible to customize boot >> environment, because scripts are not loaded. >> Usually it's possible to make some changes manually using command line >> and s

Re: [PATCH] distro_bootcmd: Always check for custom boot scripts first

2022-10-12 Thread Tom Rini
On Fri, Sep 02, 2022 at 01:06:16AM +0300, Andrey Skvortsov wrote: > If extlinux.conf is used, then it's not possible to customize boot > environment, because scripts are not loaded. > Usually it's possible to make some changes manually using command line > and save boot environment. But if exlinux

[PATCH] distro_bootcmd: Always check for custom boot scripts first

2022-09-02 Thread Andrey Skvortsov
If extlinux.conf is used, then it's not possible to customize boot environment, because scripts are not loaded. Usually it's possible to make some changes manually using command line and save boot environment. But if exlinux.conf is loaded from ext4 partition (for example on PinePhone), then enviro