Michał Iwanicki
Michał Iwanicki
@macpijan Is linking to [Secure Boot Configuration](https://docs.dasharo.com/dasharo-menu-docs/device-manager/#secure-boot-configuration) in requirements enough?
We could add `imgtrust --permanent` here https://github.com/Dasharo/dasharo-blobs/blob/3f879073f4567590977eec477034e50dbd458545/dasharo/dasharo.ipxe#L21 Or if we can verify ipxe script then use `imgtrust` before dhcp and `imgtrust --allow` before `goto MENU` so we aren't stuck with...
@DaniilKl can be closed? Priority was increased to 9 in: https://github.com/Dasharo/meta-dts/commit/2442ec338def833bb3d1382267fb6ad93d9ecf66
There is also another warning on current develop (built using dev cache): ```text WARNING: smmstoretool-git-r0 do_package_qa: QA Issue: File /usr/bin/.debug/smmstoretool in package smmstoretool-dbg contains reference to TMPDIR [buildpaths] ``` Binary...
https://github.com/torvalds/linux/commit/0f5b2c69a4cbe4166ca24b76d5ada98ed2867741 I usually check https://cateee.net/lkddb/ to see kconfig options and in which versions they are available e.g.: https://cateee.net/lkddb/web-lkddb/EFI_VARS.html
Current replacement: https://cateee.net/lkddb/web-lkddb/EFIVAR_FS.html
@dancios you wrote > INHIBIT_PACKAGE_DEBUG_SPLIT="1" this change force system not to build debug packages Does it stop building `-dbg` packages or includes all debug and source information inside normal package?
I don't think we used `-dbg` packages anyway I was just concerned that debug parts would get included in normal package.
@dancios Would be easier to have all those changes in one PR (with multiple commits), no need to rebuild image 6 times
@DaniilKl I haven't tested them yet as I couldn't find time to do that. I'll run a clean build without cache on builder to see if there are any warnings...