@@ -442,17 +442,17 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
442
442
443
443
option (' bootloader' , type : ' combo' , choices : [' auto' , ' true' , ' false' ],
444
444
description : ' sd-boot/stub and userspace tools' )
445
- option (' sbat-distro' , type : ' string' , value : ' auto ' ,
445
+ option (' sbat-distro' , type : ' string' , value : ' endless ' ,
446
446
description : ' SBAT distribution ID, e.g. fedora, or auto for autodetection' )
447
447
option (' sbat-distro-generation' , type : ' integer' , value : 1 ,
448
448
description : ' SBAT distribution generation' )
449
- option (' sbat-distro-summary' , type : ' string' ,
449
+ option (' sbat-distro-summary' , type : ' string' , value : ' Endless OS Foundation LLC ' ,
450
450
description : ' SBAT distribution summary, e.g. Fedora' )
451
- option (' sbat-distro-pkgname' , type : ' string' ,
451
+ option (' sbat-distro-pkgname' , type : ' string' , value : ' systemd-boot ' ,
452
452
description : ' SBAT distribution package name, e.g. systemd' )
453
453
option (' sbat-distro-version' , type : ' string' ,
454
454
description : ' SBAT distribution package version, e.g. 248-7.fc34' )
455
- option (' sbat-distro-url' , type : ' string' ,
455
+ option (' sbat-distro-url' , type : ' string' , value : ' https://github.com/endlessm/systemd ' ,
456
456
description : ' SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd' )
457
457
option (' efi-color-normal' , type : ' string' , value : ' lightgray,black' ,
458
458
description : ' general boot loader color in "foreground,background" form, see constants from eficon.h' )
0 commit comments