Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image/images: Adapt remaining images to system.build.image & normalized filenames, #359345

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    303da9a View commit details
    Browse the repository at this point in the history
  2. installer/sd-image: use system.build.image...

    and rename:
    - sdImage.imageBaseName -> image.BaseName
    - sdImage.imageName -> image.fileName
    phaer committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    fdd7cb7 View commit details
    Browse the repository at this point in the history
  3. installer/iso-image: use system.build.image

    and rename:
    - isoImage.isoBaseName -> image.baseName
    - isoImage.isoName -> image.fileName
    phaer committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3d3951c View commit details
    Browse the repository at this point in the history
  4. ec2/amazon-image: use system.build.image

    and rename:
    - amazonImage.name -> image.baseName
    phaer committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    b2bb8ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63c5233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d26a712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0888bf View commit details
    Browse the repository at this point in the history
  8. virtualisation/disk-image: init

    New module to support qemu, qemu-efi, raw, raw-efi outputs as known
    from nixos-generators in system.build.images.
    phaer committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f2cae58 View commit details
    Browse the repository at this point in the history
  9. image/images: Add remaining image modules

    to achieve feature parity with nixos-generators
    phaer committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4c1cdf8 View commit details
    Browse the repository at this point in the history