Bug 1544227
| Summary: | RFE: recognize the Kali Linux distribution | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | arozar <avery.rozar> | ||||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | unspecified | CC: | avery.rozar, ptoscano, rbalakri | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-02-12 13:45:38 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
arozar
2018-02-11 12:45:26 UTC
Can you please attach both the /etc/debian_version and /etc/os-release files of the Kali Linux guest? Also having virt-sysprep -v -x output would be useful too (note missing "-x" option in what you provided). root@scanner0:~# cat /etc/debian_version kali-rolling root@scanner0:~# cat /etc/os-release PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2018.1" VERSION_ID="2018.1" ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="http://www.kali.org/" SUPPORT_URL="http://forums.kali.org/" BUG_REPORT_URL="http://bugs.kali.org/" root@guest-scanner:~# Created attachment 1394848 [details]
sudo virt-sysprep -d scanner0 -v -x
Thanks -- just sent a patch to support Kali Linux when inspecting a guest OS: https://www.redhat.com/archives/libguestfs/2018-February/msg00076.html ... and one more for basic operations in tools: https://www.redhat.com/archives/libguestfs/2018-February/msg00077.html Fixed upstream with https://github.com/libguestfs/libguestfs/commit/1dd11d2276a800cf5b0cb9bb81e96141bfc97527 https://github.com/libguestfs/libguestfs/commit/5c5f69ef37c9dd3c10dc31ffdadd1e685161a1aa which are in libguestfs >= 1.39.1. |