Closed Littlebigone closed 1 year ago
Ok, so AUFS let me give you some context. AUFS used to be kernel module that you was only needing to compile and the kernel was able to load it without any problem, but since some time ago, due to changes on the Linux kernel, AUFS was not able to work anymore as a kernel module, so they had to integrate it with the Linux kernel itself. (This means, modify the kernel source code) Now, AUFS have 2 repos:
You can decide how to compile it, but follow the AUFS instructions for this and check that is a realease and not a working branch. Also, check that you GPG keys are valid.
About the AUFS-tools, they're a completely different software that talks the AUFS part of the kernel, this tools can help you with some operations on AUFS but Slax is not using them. In Debian (and ubuntu as well), AUFS used to be included in the kernel, and the AUFS-tools were available on the apt repos, but then skiped the support of AUFS (and so with the aufs-tools), so you won't be able to use AUFS by default anymore on that distros. If you want AUFS-tools you'll be needing to compile them after the kernel with AUFS support.
Hi, I am still working on the "ubuntu problem". I have installed ubuntu server 22.04 LTS in minimal mode. 'apt aufs-tools' report aufs-tools are not available so I have decide to compile and I have used your script tools/aufs-kernel-compile-and-install
Correct me if I'm wrong... ?
only vfs-ino.patch and tmpfs-idr.patch applies ok. So I have decided to comment the 5 patches aufs5-* and go on, but is it ok to do so ? or do you have a trick for this ?
chmod +x scripts/*.sh
and it runs for some hours at compiling...
Does anyones know how to solve this ? Thanks in advance