kairos icon indicating copy to clipboard operation
kairos copied to clipboard

[immucore] Drop mount libraries and use the mount syscall directly

Open Itxaka opened this issue 2 years ago • 2 comments

We currently use a lib for mounting stuff on immucore but we should really not use something like that when we have the mount syscall and can use that directly.

If we want more flexibility around mounting, we could create our own wrappers around that in the sdk, but for the basic usage done in immucore it doesnt make sense.

We currently use https://github.com/containerd/containerd JUST for the mounting which is excessive.

Itxaka avatar Aug 08 '23 14:08 Itxaka

Is this still relevant?

mudler avatar Feb 18 '25 09:02 mudler

yep, still using libs for it when we could whip even our own if we need something simple to uise. Makes no sense to me to have dependencies for something as simple as this.

Itxaka avatar Feb 18 '25 09:02 Itxaka