dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Peropesis Linux

syswraith opened this issue · comments

Peropesis Linux

Peropesis is a small-scale, minimalist, command-line-based Linux operating system. It's an incomplete system, but it's constantly being improved. Also, it is a free operating system created from a free software. The Peropesis project includes the operating system itself and this website, that contains all the necessary information about this operating system.

ASCII art (copy pasted from the logo) on the main page

####  #### ####   ###   ####  ####  #### #  ####
#   # #    #   # #   #  #   # #     #    #  #
####  ###  #### #     # ####  ###     #  #    #
#     #    #  #  #   #  #     #        # #     #
#     #### #   #  ###   #     #### ####  # ####

Peropesis is proprietary OS created from FOSS programs, nothing is public relative to the OS development and creation

I'm looking at adding support to it.

First thing I've noticed: it doesn't support UEFI?

Then, there are no *release files (e.g. /etc/os-release) identifying this distro:

image

Ok, I added support by checking if any file in /usr/bin includes "peropesis". (since there is a file /usr/bin/x86_64-peropesis-linux-gnu-c++ that can identify peropesis)

image image

If you know a better way please let me know.

This is perfect. Thank you.