-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
sudo apt install nodejs
sudo npm install -g runtime-cli Now you have the |
@PROPHESSOR not that, I am actually talking about the steps runtime command is taking as a Makefile |
You may look here to view the basic commands' algorithm |
Lots of requires, all very spaghetti ... Why does this cli completely move away from building the kernel ... and fetches it from repo ? I have more questions, why do all the complicated initrd structure? Couldn't a normal tar file do? |
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.
The text was updated successfully, but these errors were encountered: