|
@@ -774,8 +774,8 @@ image_source="auto"
|
|
|
# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
|
|
|
# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
|
|
|
# NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
|
|
|
-# OpenStage, OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot,
|
|
|
-# Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
|
|
+# OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus,
|
|
|
+# Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
|
|
# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
|
|
|
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
|
|
|
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
|
@@ -958,6 +958,12 @@ get_distro() {
|
|
|
*) distro="Siduction ($(lsb_release -sic))"
|
|
|
esac
|
|
|
|
|
|
+ elif [[ -f /etc/mcst_version ]]; then
|
|
|
+ case $distro_shorthand in
|
|
|
+ on|tiny) distro="OS Elbrus" ;;
|
|
|
+ *) distro="OS Elbrus $(< /etc/mcst_version)"
|
|
|
+ esac
|
|
|
+
|
|
|
elif type -p pveversion >/dev/null; then
|
|
|
case $distro_shorthand in
|
|
|
on|tiny) distro="Proxmox VE" ;;
|
|
@@ -2387,6 +2393,10 @@ get_gpu() {
|
|
|
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
|
|
|
;;
|
|
|
|
|
|
+ *"MCST"*)
|
|
|
+ gpu="${gpu/*MCST*MGA2*/MCST MGA2}"
|
|
|
+ ;;
|
|
|
+
|
|
|
*"VirtualBox"*)
|
|
|
gpu="VirtualBox Graphics Adapter"
|
|
|
;;
|
|
@@ -4854,8 +4864,8 @@ ASCII:
|
|
|
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
|
|
|
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
|
|
|
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
|
|
|
- OpenStage, OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot,
|
|
|
- Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
|
|
+ OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus,
|
|
|
+ Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
|
|
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
|
|
|
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
|
|
|
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
|
@@ -8403,6 +8413,26 @@ ${c1}
|
|
|
EOF
|
|
|
;;
|
|
|
|
|
|
+ "OS Elbrus"*)
|
|
|
+ set_colors 4 7 3
|
|
|
+ read -rd '' ascii_data <<'EOF'
|
|
|
+${c1} ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
|
|
|
+ ██▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██
|
|
|
+ ██ ██
|
|
|
+ ██ ███████ ███████ ██
|
|
|
+ ██ ██ ██ ██ ██ ██
|
|
|
+ ██ ██ ██ ██ ██ ██
|
|
|
+ ██ ██ ██ ██ ██ ██
|
|
|
+ ██ ██ ██ ██ ██ ██
|
|
|
+ ██ ██ ███████ ███████
|
|
|
+ ██ ██ ██
|
|
|
+ ██ ██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
|
|
|
+ ██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██
|
|
|
+ ██ ██
|
|
|
+ ███████████████████████████
|
|
|
+EOF
|
|
|
+ ;;
|
|
|
+
|
|
|
"PacBSD"*)
|
|
|
set_colors 1 7 3
|
|
|
read -rd '' ascii_data <<'EOF'
|