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

This is better (more stable) than Vagrant #9

Open
syreal17 opened this issue Feb 12, 2021 · 3 comments
Open

This is better (more stable) than Vagrant #9

syreal17 opened this issue Feb 12, 2021 · 3 comments

Comments

@syreal17
Copy link

Thanks for your code and great docs!

I'm using this to create some forensics practice disk images.

I found this repo early in my endeavor, however, I did not think it was the best choice to start with, surely Vagrant would be a better choice? (Perhaps for mainstream distros, but not for small distros) Surely installing something like tinycore from an ISO directly with vboxmanage would be the ticket? (It worked, but wasn't easily reproducible, and I didn't want to mess with my home network to connect the vm to the Internet). Well, maybe docker-to-linux will work?

And it did! and the image is even smaller than tinycore disk images *shuffles nervously*, but an image for forensic practice doesn't have to be perfect fidelity, and one can boot qemu off this image anyway, so it's pretty darn good!

Anyway, I thought you might be curious and pleased to know how I've been using this "for fun" project.

@iximiuz
Copy link
Owner

iximiuz commented Feb 13, 2021

Hi @syreal17! Thanks a bunch for this piece of feedback! You made my day!

@syreal17
Copy link
Author

Did you have any luck with making a VDI with the Makefile? (I see that the clean target rm's a linux.vdi, though afaik, there is no 'vdi' reference in the rest of the repo)

I made a couple solid challenges from disk images made from this code, but I'll probably make more "traditional" vm's for some challenges that require nuance in the filesystem properties... but it's hard to beat the speed and reproducibility of this process!

@iximiuz
Copy link
Owner

iximiuz commented Mar 1, 2021

I have some vague memories that there were some complications with vdi and/or VirtualBox. But I'm pretty sure I managed to start a VirtualBox VM using pretty much the same approach. So, it was probably pretty tedious to automate and I just decided to ship an MVP with QEMU.

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