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

environment assertions at beginning of build.sh #67

Open
dargonforce opened this issue Jun 4, 2020 · 1 comment
Open

environment assertions at beginning of build.sh #67

dargonforce opened this issue Jun 4, 2020 · 1 comment

Comments

@dargonforce
Copy link
Collaborator

Just a few issues I ran across when building an image from scratch. It would be best to check for them at the beginning of build.sh before a git-clone is issued or any other work is done

  • check for required programs like hg
  • check that you are running from the snakeware build system directory
    • consider maybe changing to the correct directory rather than just failing
@zachpmanson
Copy link
Contributor

zachpmanson commented Jun 4, 2020

The dependencies also need to be added to the instructions if they aren't already there (mercurial, lsblk, git, kpartx)

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

No branches or pull requests

2 participants