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

Support for ISO extras #68

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

Support for ISO extras #68

wants to merge 2 commits into from

Conversation

dpsmith
Copy link
Member

@dpsmith dpsmith commented Apr 12, 2024

No description provided.

Allow stashing files from the build into a top-level extra folder on the
iso.  They aren't installed on the system, but are included.

Use build-*/conf/extra-manifest to install stuff.  Paths are relative
from build/tmp-glibc/deploy.

Example extra-manifest:
    # Source file from build and destination filename
    # src dst
    xenclient-dom0/mk-dbd-up.sh mk-dbd-up.sh
    xenclient-dom0/data.dbd-up data.dbd-up

Signed-off-by: Jason Andryuk <[email protected]>
Only add the "extra" directory when extra-manifest is present.  xorriso
fails when a non-existant directory is present, so only inlucde it when
its populated.

Signed-off-by: Jason Andryuk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants