Skip to content

Commit

Permalink
[Endless] meson: Hardcode SBAT info
Browse files Browse the repository at this point in the history
For some reason passing this through debian/rules is not working.

https://phabricator.endlessm.com/T33712
https://phabricator.endlessm.com/T35070
  • Loading branch information
jprvita authored and starnight committed Mar 19, 2024
1 parent d2c1ced commit 2f1126b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,17 +442,17 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],

option('bootloader', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'sd-boot/stub and userspace tools')
option('sbat-distro', type : 'string', value : 'auto',
option('sbat-distro', type : 'string', value : 'endless',
description : 'SBAT distribution ID, e.g. fedora, or auto for autodetection')
option('sbat-distro-generation', type : 'integer', value : 1,
description : 'SBAT distribution generation')
option('sbat-distro-summary', type : 'string',
option('sbat-distro-summary', type : 'string', value : 'Endless OS Foundation LLC',
description : 'SBAT distribution summary, e.g. Fedora')
option('sbat-distro-pkgname', type : 'string',
option('sbat-distro-pkgname', type : 'string', value : 'systemd-boot',
description : 'SBAT distribution package name, e.g. systemd')
option('sbat-distro-version', type : 'string',
description : 'SBAT distribution package version, e.g. 248-7.fc34')
option('sbat-distro-url', type : 'string',
option('sbat-distro-url', type : 'string', value : 'https://github.com/endlessm/systemd',
description : 'SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd')
option('efi-color-normal', type : 'string', value : 'lightgray,black',
description : 'general boot loader color in "foreground,background" form, see constants from eficon.h')
Expand Down

0 comments on commit 2f1126b

Please sign in to comment.