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

Build live PXE and ISO images #738

Merged
merged 7 commits into from
Sep 16, 2019
Merged

Build live PXE and ISO images #738

merged 7 commits into from
Sep 16, 2019

Commits on Aug 29, 2019

  1. buildextend-installer: alias to buildextend-live

    Allow buildextend-installer to be called as "buildextend-live", and
    adjust the artifact names and meta.json keys accordingly.
    bgilbert committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    9a9614f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03676e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    d289bd6 View commit details
    Browse the repository at this point in the history
  2. libguestfish: allow extra arguments when starting guestfish

    In particular, the caller might want to pass --ro.
    
    Also clean up some overly indirect code.
    bgilbert committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    23a35f1 View commit details
    Browse the repository at this point in the history
  3. buildextend-live: generate squashfs and add it to initrd

    Use guestfish to generate a zstd-compressed squashfs of the root
    filesystem, then pack it into a cpio archive and append it to the
    initramfs.
    bgilbert committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    48277ec View commit details
    Browse the repository at this point in the history
  4. buildextend-live: read boot files from distinct dir in config repo

    The live image needs different bootloader messages and kargs than the
    installer.
    bgilbert committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8fc5ec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. cmd-compress: skip live artifacts

    We already skip the corresponding installer artifacts.
    bgilbert committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    0c5e593 View commit details
    Browse the repository at this point in the history