libguestfs / supermin

tool for creating supermin appliances (formerly called febootstrap). PLEASE DO NOT USE GITHUB FOR ISSUES OR PULL REQUESTS. See the website for how to file a bug or contact us. http://libguestfs.org
GNU General Public License v2.0
167 stars 31 forks source link

cannot detect package manager on OS uos and kylin #22

Closed Yurii-huang closed 1 month ago

Yurii-huang commented 1 month ago

kylin OS

/etc/os-release:

NAME="Kylin Linux Advanced Server"
VERSION="V10 (Tercel)"
ID="kylin"
VERSION_ID="V10"
PRETTY_NAME="Kylin Linux Advanced Server V10 (Tercel)"
ANSI_COLOR="0;31"

have a file with /etc/kylin-release

Kylin Linux Advanced Server release V10 (Tercel)

uos OS

/etc/os-release:

PRETTY_NAME="UnionTech OS Server 20"
NAME="UnionTech OS Server 20"
VERSION_ID="20"
VERSION="20"
ID="uos"
PLATFORM_ID="platform:uel20"
HOME_URL="https://www.chinauos.com/"
BUG_REPORT_URL="https://bbs.chinauos.com/"
VERSION_CODENAME="fuyu"

have a file with /etc/UnionTech-release

uos release 20 (fuyu)
Yurii-huang commented 1 month ago

pr https://github.com/libguestfs/supermin/pull/23

Yurii-huang commented 1 month ago

@rwmjones

Yurii-huang commented 1 month ago

merged close