-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unified script command #12
Comments
You've both updated the scripts to in the directory to enhance the process in some way. I think I would prefer to unify all of these steps into one script and would appreciate any feedback you have. |
Hi @casr, sure, I will put my hands on it to cleanup a bit and try to push pr asap. TL;DR Also I have in mind to make ks.cfg modular to easy remove virtualbox part and utilize it in production environment. P.S. I also tried to run net install, is it worth to be added as an option? |
Yup, it's a little temperamental! It's because I've been intrigued by the PXE stuff in your repo so looking forward to trying that out!
Modularising |
Just to be clear, I meant that removing VirtualBox bits isn't a focus. I would very much like to modularise. |
Just to add one idea here regarding configuration (variables with directory paths, etc. - presently in
|
In another project: https://github.com/opscode/bento and related the Packer - there is already the idea of modularization. Maybe it's a bit too complicated but it could provide some ideas for this PR. |
I was trying something like that to build box with Oracle Linux with UEK kernel (needs some manual assembling of setup files). For some reason the simple http servers which I tried (based on python and node.js) didn't play well with it. NFS worked OK. |
In general, there are already jedi4ever/veewee project which builds various linuxes vm. |
Parse the command line arguments and forward them to respective subroutines. Just the `./setup` side of things have been implemented here. Work done for GH-12
Parse the command line arguments and forward them to respective subroutines. Just the `./setup` side of things have been implemented here. Work done for GH-12
Parse the command line arguments and forward them to respective subroutines. Just the `./setup` side of things have been implemented here. Work done for GH-12
Parse the command line arguments and forward them to respective subroutines. Just the `./setup` side of things have been implemented here. Work done for GH-12
This is a work in progress. I will update this comment when new ideas arise.
The text was updated successfully, but these errors were encountered: