-
Notifications
You must be signed in to change notification settings - Fork 14
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
linsk shell to access the filesystem? #35
Comments
Yes. Use |
It is not. Every VM is created in an ad-hoc manner, being an inherent feature of Linsk. If you wish to add packages permanently, add desired package names to this line of code and rebuild the VM image. |
Understood. Thanks. Besides using linsk (which is great!), I am playing with qemu on macOS (silicon) trying to create a minimalistic linux vm with network support, hardware acceleration, etc. Alpine linux, or Debian, seem good candidates so, basically, it is akin to what you provide inside linsk - and possibly with persistence of the changes. I've read tutorials but they have heterogeneous/conflicting information and my experiments failed, so far. It would be great to have indications from you on how to proceed, given your expertise on the matter. Even more, I'd create a mini repo just for this, given the unclear information online - and I will when I'll succeed. |
Take a look at vm/cfg.go#L59-L373. These are the helper functions that create QEMU flags for the Linsk VM. These are called in vm/vm.go#L107. Also, as a tip for you, you can run a QEMU VM using a QEMU-based tool of choice and use |
Is it possible to use
linsk shell
to access the Linux filesystem mounted via linsk? How?The text was updated successfully, but these errors were encountered: