[Buildroot] [PATCH 7/7] package/systemd: create the /boot directory

Arnout Vandecappelle arnout at mind.be
Tue Oct 10 20:36:05 UTC 2023



On 15/01/2023 13:52, Norbert Lange wrote:
> The gpt-auto-generator can generate the boot.mount unit, and
> report an error if this directory cant be created (read-only fs).
> 
> Signed-off-by: Norbert Lange <nolange79 at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/systemd/systemd.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 420197005c..0074fa8791 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -603,6 +603,7 @@ define SYSTEMD_INSTALL_IMAGES_CMDS
>   endef
>   
>   define SYSTEMD_PERMISSIONS
> +	/boot d 700 0 0 - - - - -
>   	/var/spool d 755 0 0 - - - - -
>   	/var/lib d 755 0 0 - - - - -
>   	/var/lib/private d 700 0 0 - - - - -



More information about the buildroot mailing list