< Back to index


IBLS is a mini linux server distribution.

Origins


IBLS started out based on Damn Small Linux, but has since been completely remade. It aims to be as modular as possible, in a similar spirit to Debian, although it does not use Debian packages, but its own custom package management.

Package management


The IBLS package management uses cramfs loopback files to reduce the amount of ram taken to load a file, packages are mounted rather than unpacked, so ram is not wasted on them. Packages are merged with the base system and an "rwfs" using unionfs.
There are a range of packages for IBLS and this range will increase greatly in the future.
IBLS can also load rpm and Debian packages.

RWFS


RWFS stands for read/write filesystem. This is merged with the system and packages using unionfs which means that any point in the filesystem can be written to.
The RWFS can be in ram, or an a disk. If it is on a disk, any changes you make to the system will still be around when you reboot.
This entry uses material from from Wikipedia, the leading user-contributed encyclopedia. It is licensed under the GNU Free Documentation License. Disclaimer.