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

Makefile Approach #11

Open
adminy opened this issue Feb 14, 2019 · 4 comments
Open

Makefile Approach #11

adminy opened this issue Feb 14, 2019 · 4 comments

Comments

@adminy
Copy link

adminy commented Feb 14, 2019

Is there a shell / Makefile that can do all this in the same ways you're using only javascript to do it?

This is nice to have, but not really easy to change, I assume you where following some sort of process to make this packing process. It may not have started with a make file but you typed in shell commands to get things working before right? Have you anything that could help me make the make file version? Thanks.

@PROPHESSOR
Copy link

sudo apt install nodejs
sudo npm install -g runtime-cli

Now you have the runtime command

@adminy
Copy link
Author

adminy commented Feb 16, 2019

@PROPHESSOR not that, I am actually talking about the steps runtime command is taking as a Makefile

@PROPHESSOR
Copy link

PROPHESSOR commented Feb 17, 2019

You may look here to view the basic commands' algorithm
Or I didn't understand you.

@adminy
Copy link
Author

adminy commented Feb 17, 2019

Lots of requires, all very spaghetti ...

Why does this cli completely move away from building the kernel ... and fetches it from repo ?
And it turns out the kernel file gets downloaded in .runtime/kernel.2064 in your home directory, why make this so much more spaggetti?

I have more questions, why do all the complicated initrd structure? Couldn't a normal tar file do?

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