2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-12-03 09:33:12 +00:00

d2vm: fix CentOS install

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-04-26 14:59:33 +02:00
parent 8538bb0521
commit a40b7d3c07
2 changed files with 6 additions and 6 deletions

View File

@@ -32,16 +32,13 @@ Working and tested:
- [x] Ubuntu
- [x] Debian
- [x] Alpine
Need fix:
- [ ] CentOS
- [x] CentOS
Unsupported:
- [ ] RHEL
The program use the `/etc/os-release` file to discover the Linux distribution and install the Kernel,
The program uses the `/etc/os-release` file to discover the Linux distribution and install the Kernel,
if the file is missing, the build cannot succeed.
Obviously, **Distroless** images are not supported.