Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • drop-core-rpms
  • v0.8 protected
  • stalld
  • generate-vbmeta-key
  • add-qm-to-developer-image
  • initoverlayfs
  • qm_support
  • android-tools
  • f38
  • qbootctl
  • revert-c0ed44fc
  • aboot-ostree
  • redo
  • runvm_mac
  • 0.9.2
  • 0.9.1
  • 0.9
18 results

sample-images

  • Clone with SSH
  • Clone with HTTPS
  • Leonardo Rossetti's avatar
    Leonardo Rossetti authored
    remove cloud-init from dev. image
    
    See merge request !583
    5dcdb054
    History

    Automotive sample images

    This is the git repository for the CentOS Automotive SIG sample images working with osbuild and other tools. These images are considered 'proof of concept' images for how parties can work with the CentOS Automotive SIG repositories and tools.

    A note about git submodules

    The sample-images git repository uses git submodules, which means you have to do some extra work when using it:

    When cloning the repo the first time, pass the "--recursive" option to also clone the submodules:

    $ git clone --recursive https://gitlab.com/CentOS/automotive/sample-images.git

    If you have an existing git repository that doesn't have the submodule checked out, then you can do it after the fact using:

    $ git submodule update --init

    When updating to the latest version of a branch using git pull you must pass the --recursive-submodules option to also update the submodule, or alternatively you can run git submodule update after the pull.

    For more details, see this tutorial.

    Further documentation

    Documentation for making images are included in the Makefile using either make or make list-targets

    Further information about this repository is kept up to date in the Automotive SIG documentation website. For more information, visit:

    Other important websites: