Replies: 2 comments 8 replies
-
Seems to be slightly out-of-scope, most of these "customizations" are actually required (like iptables or sshfs) Couldn't you do some detection of MicroOS, and do whatever snapshot and reboot is require to install them ? EDIT: I guess that something similar would also be needed, for the "nerdctl-full" installation from the tarball: |
Beta Was this translation helpful? Give feedback.
-
I was able to get Tiny Core running, but the default kernel won't support guestagent (audit) or containers (cgroups).
But at least it still quite tiny (with GUI about twice), when adding some packages:
It too had some issues, with the non-openstack location of But other than those quirks, I think the basics should work with any system supporting a minimum of cloud-init (users). $ limactl shell core
anders@lima-core:~$ more /etc/os-release
NAME=TinyCore
VERSION="13.1"
ID=tinycore
VERSION_ID=13.1
PRETTY_NAME="TinyCoreLinux 13.1"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:tinycore:tinycore_linux:13.1"
HOME_URL="http://tinycorelinux.net/"
SUPPORT_URL="http://forum.tinycorelinux.net/"
BUG_REPORT_URL="http://forum.tinycorelinux.net/"
anders@lima-core:~$ uname -r
5.15.10-tinycore64
anders@lima-core:~$ nproc
4
anders@lima-core:~$ free -h
total used free shared buff/cache available
Mem: 3.9G 86.5M 3.7G 56.2M 77.6M 3.6G
Swap: 959.1M 0 959.1M https://github.com/afbjorklund/tinycloudinit (cloud-init implemented in For it to be useful though, it would need an extensive adaption similar to boot2docker or boot2podman... Easier with alpine ? The GUI option could be interesting, it does boot the desktop OK - but for some reason it won't start apps, not even Terminal |
Beta Was this translation helpful? Give feedback.
-
I'm trying to boot SLE Micro using Lima (#1456) but it will require a rework of the scripts (for example this one https://github.com/lima-vm/lima/blob/master/pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh).
On the other hand, I'm wondering if it would be a way to just disable the customizations and just boot the raw image, so you can create an ignition/combustion file with the required tweaks and then map it as a fw_cfg or an ISO file.
Beta Was this translation helpful? Give feedback.
All reactions