Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add Virtuozzo Linux Logo #1971

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

minmemory
Copy link

Description

For years, VzLinux has been a base operating system for OpenVz and commercial product Virtuozzo. Additionally, it was used as a guest operating system for containers and virtual machines.
Forever fully free and always open source 1:1 Red Hat Enterprise Linux clone developed for and with the Linux community.​
https://vzlinux.org

/etc/os-release

cat /etc/os-release
NAME="Virtuozzo Linux"
VERSION="8"
ID="virtuozzo"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Virtuozzo Linux"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:virtuozzoproject:vzlinux:8"
HOME_URL="https://www.vzlinux.org"
BUG_REPORT_URL="https://bugs.openvz.org"

Logo File

Logo

SVG Link

Add Virtuozzo Linux Logo
Comment on lines +1071 to +1073

elif [[ -f /etc/vzlinux-release ]]; then
distro='VzLinux'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if this code is removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# cat /etc/os-release 
NAME="Virtuozzo Linux"

in os-release it's show Virtuozzo Linux instead of VzLinux

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is os-release not updated to reflect the distribution's actual name?

Comment on lines +11442 to +11444
"VzLinux"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be added here, it should be added after VNux. This part of the script is for kernel name detection when distro name detection fails.

hykilpikonna added a commit to hykilpikonna/hyfetch that referenced this pull request Aug 11, 2022
@hykilpikonna
Copy link

Fixed it for you. It looks nice!

image

@hykilpikonna
Copy link

Thank you for your contribution!

This PR is merged into hyfetch since this repo (dylanaraps/neofetch) seems no longer maintained.

HyFetch is a fork of neofetch with LGBTQ pride flags, but the repo also maintains an updated version of the original neofetch, addressing many pull requests that are not merged in the original repo.

Read the "Running Updated Original Neofetch" section for more info!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants