File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ provided by Shim via the `shim_lock` API.
6161The kernel is signed in one of two ways, depending on the ` signed_boot ` project
6262option.
6363
64- When ` signed_boot == "snakeoil" ` , the element ` eos /signed-kernel-snakeoil.bst`
64+ When ` signed_boot == "snakeoil" ` , the element ` signing /signed-kernel-snakeoil.bst`
6565produces a signed kernel using the public ` VENDOR-snakeoil ` key.
6666
6767In this case, the kernel embeds the ` MODULES-snakeoil ` certificate and can
6868use that to validate modules.
6969
70- When ` signed_boot == "endless" ` , the element ` eos /signed-kernel.bst`
70+ When ` signed_boot == "endless" ` , the element ` signing /signed-kernel-endless .bst`
7171requests an official signature from the private eos-sb-signer service.
7272
7373In this case, the kernel generates a new private key and certificate as part
Original file line number Diff line number Diff line change @@ -46,12 +46,10 @@ public:
4646 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/basic.conf --group lp --static-id 7
4747 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/basic.conf --group sudo --static-id 27
4848 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/basic.conf --group utmp --static-id 43
49- ls -al $SYSROOT/usr/lib/sysusers.d/polkit.conf
5049 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/polkit.conf --user polkitd --static-id 105
5150 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/systemd-journal.conf --group systemd-journal --static-id 121
5251 systemd_sysusers_override.py $SYSROOT/usr/lib/sysusers.d/systemd-timesync.conf --user systemd-timesync --static-id 133
5352
5453 # Update tmpfiles.d configs for 'wheel' group rename.
55- ls -l $SYSROOT/usr/lib/tmpfiles.d/cups.conf
5654 sed -e 's/ wheel / sudo /' -i $SYSROOT/usr/lib/tmpfiles.d/cups.conf
5755 sed -e 's/:group:wheel:/:group:sudo:/' -i $SYSROOT/usr/lib/tmpfiles.d/systemd.conf
You can’t perform that action at this time.
0 commit comments