logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkosi-addon — Build addons for unified kernel images for the current system using mkosi

Description

       mkosi-addon  is  a  wrapper  on  top  of  mkosi  to  simplify  the  generation  of  PE  addons containing
       customizations for unified kernel images specific to the running or local system.  Will  include  entries
       in  /etc/crypttab marked with x-initrd.attach, and /etc/kernel/cmdline.  Kernel modules and firmwares for
       the running hardware can be included if a local configuration with the  option  KernelModulesIncludeHost=
       is provided.

Name

       mkosi-addon — Build addons for unified kernel images for the current system using mkosi

Options

       --kernel-version=
              Kernel version where to look for the kernel modules to include.  Defaults to the kernel version of
              the running system (uname -r).

       --output=, -o
              Name to use for the generated output addon.  Defaults to mkosi-local.addon.efi.

       --output-dir=, -O
              Path  to  a  directory  where  to  place all generated artifacts.  Defaults to the current working
              directory.

       --debug=
              Enable additional debugging output.

       --debug-shell=
              Spawn debug shell in sandbox if a sandboxed command fails.

       --version
              Show package version.

       --help, -h
              Show brief usage information.

See Also

mkosi(1)

                                                                                                  mkosi-addon(1)

Synopsis

       mkosi-addon [options...]

See Also