mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
docs: add older guest distributions paragraph
This commit is contained in:
@@ -21,6 +21,9 @@ graphical apps (X11/Wayland), and audio.
|
||||
- [Installation](#installation)
|
||||
+ [Uninstallation](#uninstallation)
|
||||
- [Compatibility](compatibility.md)
|
||||
+ [Supported container managers](compatibility.md#supported-container-managers)
|
||||
+ [Host Distros](compatibility.md#host-distros)
|
||||
+ [Containers Distros](compatibility.md#containers-distros)
|
||||
- [Usage](usage/usage.md)
|
||||
* [Outside the distrobox](#outside-the-distrobox)
|
||||
+ [distrobox-create](usage/distrobox-create.md)
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
- [New Host Distro support](#new-host-distro-support)
|
||||
+ [Containers Distros](#containers-distros)
|
||||
- [New Distro support](#new-distro-support)
|
||||
- [Older Distributions](#older-distributions)
|
||||
|
||||
---
|
||||
|
||||
@@ -112,3 +113,15 @@ we can work together to check if it is possible to add support for it.
|
||||
|
||||
Or just try using it anyway, if it works, open an issue
|
||||
and it will be added to the list!
|
||||
|
||||
#### Older distributions
|
||||
|
||||
For older distributions like CentOS 6, Debian 7, Ubuntu 12.04, compatibility is not
|
||||
assured.
|
||||
|
||||
Their `libc` version is incompatible with kernel releases after `>=4.11`.
|
||||
A work around this is to use the `vsyscall=emulate` flag in the bootloader of the
|
||||
host.
|
||||
|
||||
Keep also in mind that mirrors could be down for such old releases, so you will
|
||||
need to build a [custom distrobox image to ensure basic dependencies are met](./distrobox_custom.md).
|
||||
|
||||
Reference in New Issue
Block a user