Hi all, TC newb here. As others in the past, I'm trying to run TC (using TinyCorePure64 11.1) on VirtualBox to get shared clipboards+folders, but struggling to get it to work.
1. I checked to see if I could already find extensions, but it seems there is only one for VMWare.
2. After mounting the LinuxGuestAdditions image and attempting to run:
VBoxLinuxAdditions.run
I ran into an error that I didn't have a compiled kernel.
3. Used
tce-load linux-kernel-sources-env
cliorx linux-kernel-sources-env.sh
to compile the kernel
4. After this:
VBoxLinuxAdditions.run
runs with fewer problems, but complains about
unknown user vboxadd. I added that user to tc, and now the script runs without problems.
However, I'm not seeing any shared folders, and to be honest, I'm not even sure how to verify that anything works. Does anybody have experience installing the guest additions on tiny core? I've found an article, but it quite does the trick:
https://www.markn.org/blog/2015/01/tiny-core-6-vbox-file-sharing.html#more (had trouble after
make modules. Compiled kernel doesn't seem to be recognised by the script. Article mentions modpost but I'm not sure what I'm supposed to do. Anyway, step 3 mentioned above seems to do everything mentioned in the article, but automatically)
Sidenote: Compiling the kernel takes out quite a lot of space, and the whole idea with this machine is to run a few small applications on a VM that I can easily share with other folks, so I'd also like to eventually just have the VirtualBox Guest Additions in a format (extension?) that I can re-use, and since there seems to be other users who would like this feature, maybe could also be turned into an extension.