You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
0e81d08fa2
GenContainer.py tool can be used to create a container with the boot files as follows: python %SBL_ROOT%\BootloaderCorePkg\Tools\GenContainer.py create -cl CMDL:<cmdline.txt> KRNL:<vmlinuz> INRD:<initrd> -o <Out> -k <Key> <cmdline.txt> = command line file <vmlinuz> = kernel image <initrd> = initrd image <Out> = dir/file where final Pods Image is copied <Key> = Private signing key file/dir path Signed-off-by: Sai Talamudupula <sai.kiran.talamudupula@intel.com>