OSDN Git Service

Merge branch 'os-name' into dev
authorhayao <shun819.mail@gmail.com>
Wed, 8 Apr 2020 10:12:24 +0000 (19:12 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 8 Apr 2020 10:12:24 +0000 (19:12 +0900)
64 files changed:
build.sh
channels/plasma/airootfs/root/customize_airootfs.sh
channels/plasma/airootfs/root/customize_airootfs_plasma.sh
channels/share/airootfs/etc/skel/Desktop/calamares.desktop
channels/share/airootfs/root/customize_airootfs.sh
channels/share/airootfs/usr/lib/os-release
channels/xfce/airootfs/root/customize_airootfs.sh
channels/xfce/airootfs/root/customize_airootfs_xfce.sh
config
efiboot/loader/entries/cd/archiso-x86_64-cd-ck.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-core.conf [moved from efiboot/loader/entries/cd/archiso-x86_64-cd.conf with 87% similarity]
efiboot/loader/entries/cd/archiso-x86_64-cd-lqx.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-lts.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-rt-lts.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-rt.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-xanmod-lts.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-xanmod.conf
efiboot/loader/entries/cd/archiso-x86_64-cd-zen.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-ck.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-core.conf [moved from efiboot/loader/entries/usb/archiso-x86_64-usb.conf with 88% similarity]
efiboot/loader/entries/usb/archiso-x86_64-usb-lqx.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-lts.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-rt-lts.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-rt.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-xanmod-lts.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-xanmod.conf
efiboot/loader/entries/usb/archiso-x86_64-usb-zen.conf
syslinux/archiso_head.cfg
syslinux/pxe-plymouth/archiso_pxe-ck.cfg
syslinux/pxe-plymouth/archiso_pxe-core.cfg
syslinux/pxe-plymouth/archiso_pxe-lqx.cfg
syslinux/pxe-plymouth/archiso_pxe-lts.cfg
syslinux/pxe-plymouth/archiso_pxe-rt-lts.cfg
syslinux/pxe-plymouth/archiso_pxe-rt.cfg
syslinux/pxe-plymouth/archiso_pxe-xanmod-lts.cfg
syslinux/pxe-plymouth/archiso_pxe-xanmod.cfg
syslinux/pxe-plymouth/archiso_pxe-zen.cfg
syslinux/pxe/archiso_pxe-ck.cfg
syslinux/pxe/archiso_pxe-core.cfg
syslinux/pxe/archiso_pxe-lqx.cfg
syslinux/pxe/archiso_pxe-lts.cfg
syslinux/pxe/archiso_pxe-rt-lts.cfg
syslinux/pxe/archiso_pxe-rt.cfg
syslinux/pxe/archiso_pxe-xanmod-lts.cfg
syslinux/pxe/archiso_pxe-xanmod.cfg
syslinux/pxe/archiso_pxe-zen.cfg
syslinux/sys-plymouth/archiso_sys-ck.cfg
syslinux/sys-plymouth/archiso_sys-core.cfg
syslinux/sys-plymouth/archiso_sys-lqx.cfg
syslinux/sys-plymouth/archiso_sys-lts.cfg
syslinux/sys-plymouth/archiso_sys-rt-lts.cfg
syslinux/sys-plymouth/archiso_sys-rt.cfg
syslinux/sys-plymouth/archiso_sys-xanmod-lts.cfg
syslinux/sys-plymouth/archiso_sys-xanmod.cfg
syslinux/sys-plymouth/archiso_sys-zen.cfg
syslinux/sys/archiso_sys-ck.cfg
syslinux/sys/archiso_sys-core.cfg
syslinux/sys/archiso_sys-lqx.cfg
syslinux/sys/archiso_sys-lts.cfg
syslinux/sys/archiso_sys-rt-lts.cfg
syslinux/sys/archiso_sys-rt.cfg
syslinux/sys/archiso_sys-xanmod-lts.cfg
syslinux/sys/archiso_sys-xanmod.cfg
syslinux/sys/archiso_sys-zen.cfg

index 8f82304..82a343f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -19,10 +19,11 @@ script_path="$(readlink -f ${0%/*})"
 # Do not change this variable.
 # To change the settings permanently, edit the config file.
 
+os_name="Alter Linux"
 iso_name=alterlinux
 iso_label="ALTER_$(date +%Y%m)"
 iso_publisher='Fascode Network <https://fascode.net>'
-iso_application="Alter Linux Live/Rescue CD"
+iso_application="${os_name} Live/Rescue CD"
 iso_version=$(date +%Y.%m.%d)
 install_dir=alter
 work_dir=work
@@ -336,6 +337,7 @@ make_customize_airootfs() {
     # -t            : Set plymouth theme.
     # -j            : Enable Japanese.
     # -k <kernel>   : Set kernel name.
+    # -o <os name>  : Set os name.
     # -u <username> : Set live user name.
     # -x            : Enable debug mode.
     # -r            : Enable rebuild.
@@ -362,7 +364,7 @@ make_customize_airootfs() {
         addition_options="${addition_options} -r"
     fi
 
-    share_options="-p ${password} -k ${kernel} -u ${username}"
+    share_options="-p '${password}' -k '${kernel}' -u '${username}' -o '${os_name}'"
 
 
     # X permission
@@ -483,25 +485,30 @@ make_syslinux() {
 
     for _cfg in ${script_path}/syslinux/*.cfg; do
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
+             s|%OS_NAME%|${os_name}|g;
              s|%INSTALL_DIR%|${install_dir}|g" "${_cfg}" > "${work_dir}/iso/${install_dir}/boot/syslinux/${_cfg##*/}"
     done
 
     if [[ ${boot_splash} = true ]]; then
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/syslinux/pxe-plymouth/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
+             s|%OS_NAME%|${os_name}|g;
+             s|%INSTALL_DIR%|${install_dir}|g" \
+             "${script_path}/syslinux/pxe-plymouth/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
 
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/syslinux/sys-plymouth/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
+             s|%OS_NAME%|${os_name}|g;
+             s|%INSTALL_DIR%|${install_dir}|g" \
+             "${script_path}/syslinux/sys-plymouth/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
     else
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/syslinux/pxe/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
+             s|%OS_NAME%|${os_name}|g;
+             s|%INSTALL_DIR%|${install_dir}|g" \
+             "${script_path}/syslinux/pxe/archiso_pxe-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_pxe.cfg"
 
         sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/syslinux/sys/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
+             s|%OS_NAME%|${os_name}|g;
+             s|%INSTALL_DIR%|${install_dir}|g" \
+             "${script_path}/syslinux/sys/archiso_sys-${kernel}.cfg" > "${work_dir}/iso/${install_dir}/boot/syslinux/archiso_sys.cfg"
     fi
 
     if [[ -f "${script_path}/channels/${channel_name}/splash.png" ]]; then
@@ -520,7 +527,9 @@ make_syslinux() {
 # Prepare /isolinux
 make_isolinux() {
     mkdir -p "${work_dir}/iso/isolinux"
-    sed "s|%INSTALL_DIR%|${install_dir}|g" ${script_path}/system/isolinux.cfg > "${work_dir}/iso/isolinux/isolinux.cfg"
+
+    sed "s|%INSTALL_DIR%|${install_dir}|g" \
+        "${script_path}/system/isolinux.cfg" > "${work_dir}/iso/isolinux/isolinux.cfg"
     cp "${work_dir}/x86_64/airootfs/usr/lib/syslinux/bios/isolinux.bin" "${work_dir}/iso/isolinux/"
     cp "${work_dir}/x86_64/airootfs/usr/lib/syslinux/bios/isohdpfx.bin" "${work_dir}/iso/isolinux/"
     cp "${work_dir}/x86_64/airootfs/usr/lib/syslinux/bios/ldlinux.c32" "${work_dir}/iso/isolinux/"
@@ -539,15 +548,10 @@ make_efi() {
     cp "${script_path}/efiboot/loader/entries/uefi-shell-v2-x86_64.conf" "${work_dir}/iso/loader/entries/"
     cp "${script_path}/efiboot/loader/entries/uefi-shell-v1-x86_64.conf" "${work_dir}/iso/loader/entries/"
 
-    if [[ ! ${kernel} = "core" ]]; then
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/efiboot/loader/entries/usb/archiso-x86_64-usb-${kernel}.conf" > "${work_dir}/iso/loader/entries/archiso-x86_64.conf"
-    else
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/efiboot/loader/entries/usb/archiso-x86_64-usb.conf" > "${work_dir}/iso/loader/entries/archiso-x86_64.conf"
-    fi
+    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
+         s|%OS_NAME%|${os_name}|g;
+         s|%INSTALL_DIR%|${install_dir}|g" \
+        "${script_path}/efiboot/loader/entries/usb/archiso-x86_64-usb-${kernel}.conf" > "${work_dir}/iso/loader/entries/archiso-x86_64.conf"
 
     # EFI Shell 2.0 for UEFI 2.3+
     curl -o "${work_dir}/iso/EFI/shellx64_v2.efi" "https://raw.githubusercontent.com/tianocore/edk2/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi"
@@ -590,15 +594,10 @@ make_efiboot() {
 
     #${script_path}/efiboot/loader/entries/archiso-x86_64-cd.conf
 
-    if [[ ! ${kernel} = "core" ]]; then
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/efiboot/loader/entries/cd/archiso-x86_64-cd-${kernel}.conf" > "${work_dir}/efiboot/loader/entries/archiso-x86_64.conf"
-    else
-        sed "s|%ARCHISO_LABEL%|${iso_label}|g;
-            s|%INSTALL_DIR%|${install_dir}|g" \
-            "${script_path}/efiboot/loader/entries/cd/archiso-x86_64-cd.conf" > "${work_dir}/efiboot/loader/entries/archiso-x86_64.conf"
-    fi
+    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
+         s|%OS_NAME%|${os_name}|g;
+         s|%INSTALL_DIR%|${install_dir}|g" \
+        "${script_path}/efiboot/loader/entries/cd/archiso-x86_64-cd-${kernel}.conf" > "${work_dir}/efiboot/loader/entries/archiso-x86_64.conf"
 
     cp "${work_dir}/iso/EFI/shellx64_v2.efi" "${work_dir}/efiboot/EFI/"
     cp "${work_dir}/iso/EFI/shellx64_v1.efi" "${work_dir}/efiboot/EFI/"
index 0737d92..595d457 100755 (executable)
@@ -19,10 +19,11 @@ theme_name=alter-logo
 rebuild=false
 japanese=false
 username='alter'
+os_name="Alter Linux"
 
 
 # Parse arguments
-while getopts 'p:bt:k:rxju:' arg; do
+while getopts 'p:bt:k:rxju:o:' arg; do
     case "${arg}" in
         p) password="${OPTARG}" ;;
         b) boot_splash=true ;;
@@ -31,6 +32,7 @@ while getopts 'p:bt:k:rxju:' arg; do
         r) rebuild=true ;;
         j) japanese=true;;
         u) username="${OPTARG}" ;;
+        o) os_name="${OPTARG}" ;;
         x) set -xv ;;
     esac
 done
@@ -83,6 +85,10 @@ else
 fi
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /etc/skel/Desktop/calamares.desktop
+
+
 # If rebuild is enabled, do not create users.
 # This is described in detail on ArchWiki.
 if [[ ${rebuild} = false ]]; then
@@ -197,6 +203,10 @@ remove /usr/share/calamares/modules/unpackfs/
 sed -i s/%USERNAME%/${username}/ /usr/share/calamares/modules/removeuser.conf
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /usr/lib/os-release
+
+
 # Enable root login with SSH.
 sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
 
index d8d3787..e546edc 100755 (executable)
@@ -12,10 +12,11 @@ theme_name=alter-logo
 rebuild=false
 japanese=false
 username='alter'
+os_name="Alter Linux"
 
 
 # Parse arguments
-while getopts 'p:bt:k:rxju:' arg; do
+while getopts 'p:bt:k:rxju:o:' arg; do
     case "${arg}" in
         p) password="${OPTARG}" ;;
         b) boot_splash=true ;;
@@ -24,6 +25,7 @@ while getopts 'p:bt:k:rxju:' arg; do
         r) rebuild=true ;;
         j) japanese=true;;
         u) username="${OPTARG}" ;;
+        o) os_name="${OPTARG}" ;;
         x) set -xv ;;
     esac
 done
index 084e720..c9f3929 100755 (executable)
@@ -1,12 +1,12 @@
 [Desktop Entry]
 Type=Application
 Version=1.0
-Name=Install Alter Linux
-GenericName=Alter Linux Installer
+Name=Install %OS_NAME%
+GenericName=%OS_NAME% Installer
 Keywords=calamares;alter;linux;installer;
 TryExec=calamares
 Exec=pkexec /usr/bin/calamares
-Comment=Alter Linux Installer - by Calamares
+Comment=%OS_NAME% Installer - by Calamares
 Icon=calamares
 Terminal=false
 StartupNotify=true
@@ -34,22 +34,22 @@ Name[ca]=Instal·la el sistema
 Icon[ca]=calamares
 GenericName[ca]=Instal·lador de sistema
 Comment[ca]=Calamares — Instal·lador de sistema
-Name[da]=Installér AlterLinux
+Name[da]=Installér %OS_NAME%
 Icon[da]=calamares
-GenericName[da]=AlterLinuxinstallationsprogram
-Comment[da]=Calamares — AlterLinuxinstallationsprogram
-Name[de]=AlterLinux installieren
+GenericName[da]=%OS_NAME%installationsprogram
+Comment[da]=Calamares — %OS_NAME%installationsprogram
+Name[de]=%OS_NAME% installieren
 Icon[de]=calamares
-GenericName[de]=Installation des BetriebsAlterLinuxs
-Comment[de]=Calamares - Installation des BetriebsAlterLinuxs
+GenericName[de]=Installation des Betriebs%OS_NAME%s
+Comment[de]=Calamares - Installation des Betriebs%OS_NAME%s
 Name[el]=Εγκατάσταση συστήματος
 Icon[el]=calamares
 GenericName[el]=Εγκατάσταση συστήματος
 Comment[el]=Calamares — Εγκατάσταση συστήματος
-Name[en_GB]=Install AlterLinux
+Name[en_GB]=Install %OS_NAME%
 Icon[en_GB]=calamares
-GenericName[en_GB]=AlterLinux Installer
-Comment[en_GB]=Calamares — AlterLinux Installer
+GenericName[en_GB]=%OS_NAME% Installer
+Comment[en_GB]=Calamares — %OS_NAME% Installer
 Name[es]=Instalar Sistema
 Icon[es]=calamares
 GenericName[es]=Instalador del Sistema
@@ -99,10 +99,10 @@ Name[cs_CZ]=Nainstalovat systém
 Icon[cs_CZ]=calamares
 GenericName[cs_CZ]=Instalátor systému
 Comment[cs_CZ]=Calamares – instalátor operačních systémů
-Name[ja]=AlterLinuxをインストール
+Name[ja]=%OS_NAME%をインストール
 Icon[ja]=calamares
-GenericName[ja]=AlterLinuxインストーラー
-Comment[ja]=Calamares — AlterLinuxインストーラー
+GenericName[ja]=%OS_NAME%インストーラー
+Comment[ja]=Calamares — %OS_NAME%インストーラー
 Name[ko]=시스템 설치
 Icon[ko]=깔라마레스
 GenericName[ko]=시스템 설치 관리자
@@ -123,18 +123,18 @@ Name[ml]=സിസ്റ്റം ഇൻസ്റ്റാൾ ചെയ്യു
 Icon[ml]=കലാമാരേസ്
 GenericName[ml]=സിസ്റ്റം ഇൻസ്റ്റാളർ
 Comment[ml]=കലാമാരേസ് - സിസ്റ്റം ഇൻസ്റ്റാളർ
-Name[nb]=Installer AlterLinux
+Name[nb]=Installer %OS_NAME%
 Icon[nb]=calamares
-GenericName[nb]=AlterLinuxinstallatør
-Comment[nb]=Calamares-AlterLinuxinstallatør
+GenericName[nb]=%OS_NAME%installatør
+Comment[nb]=Calamares-%OS_NAME%installatør
 Name[nl]=Installeer systeem
 Icon[nl]=calamares
 GenericName[nl]=Installatieprogramma
 Comment[nl]=Calamares — Installatieprogramma
-Name[pl]=Zainstaluj AlterLinux
+Name[pl]=Zainstaluj %OS_NAME%
 Icon[pl]=calamares
-GenericName[pl]=Instalator AlterLinux
-Comment[pl]=Calamares — Instalator AlterLinux
+GenericName[pl]=Instalator %OS_NAME%
+Comment[pl]=Calamares — Instalator %OS_NAME%
 Name[pt_BR]=Sistema de Instalação
 Icon[pt_BR]=calamares
 GenericName[pt_BR]=Instalador de Sistema
@@ -165,10 +165,10 @@ Name[sr]=Инсталирај систем
 Icon[sr]=calamares
 GenericName[sr]=Инсталатер система
 Comment[sr]=Каламарес — инсталатер система
-Name[sv]=Installera AlterLinux
+Name[sv]=Installera %OS_NAME%
 Icon[sv]=calamares
-GenericName[sv]=AlterLinuxinstallerare
-Comment[sv]=Calamares — AlterLinuxinstallerare
+GenericName[sv]=%OS_NAME%installerare
+Comment[sv]=Calamares — %OS_NAME%installerare
 Name[th]=ติดตั้งระบบ
 Name[uk]=Встановити Систему
 Icon[uk]=calamares
index 7811e1f..ce69c05 100755 (executable)
@@ -19,10 +19,11 @@ theme_name=alter-logo
 rebuild=false
 japanese=false
 username='alter'
+os_name="Alter Linux"
 
 
 # Parse arguments
-while getopts 'p:bt:k:rxju:' arg; do
+while getopts 'p:bt:k:rxju:o:' arg; do
     case "${arg}" in
         p) password="${OPTARG}" ;;
         b) boot_splash=true ;;
@@ -31,6 +32,7 @@ while getopts 'p:bt:k:rxju:' arg; do
         r) rebuild=true ;;
         j) japanese=true;;
         u) username="${OPTARG}" ;;
+        o) os_name="${OPTARG}" ;;
         x) set -xv ;;
     esac
 done
@@ -38,7 +40,7 @@ done
 
 # Check whether true or false is assigned to the variable.
 function check_bool() {
-    local 
+    local
     case $(eval echo '$'${1}) in
         true | false) : ;;
                    *) echo "The value ${boot_splash} set is invalid" >&2 ;;
@@ -83,6 +85,10 @@ else
 fi
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /etc/skel/Desktop/calamares.desktop
+
+
 # If rebuild is enabled, do not create users.
 # This is described in detail on ArchWiki.
 if [[ ${rebuild} = false ]]; then
@@ -197,6 +203,10 @@ remove /usr/share/calamares/modules/unpackfs/
 sed -i s/%USERNAME%/${username}/ /usr/share/calamares/modules/removeuser.conf
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /usr/lib/os-release
+
+
 # Enable root login with SSH.
 sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
 
index 352d879..6d9f3a2 100644 (file)
@@ -1,5 +1,5 @@
-NAME="Alter Linux"
-PRETTY_NAME="Alter Linux"
+NAME="%OS_NAME%"
+PRETTY_NAME="%OS_NAME%"
 ID=arch
 ID_LIKE=arch
 BUILD_ID=rolling
index 986ce78..9eb2dc6 100755 (executable)
@@ -19,10 +19,11 @@ theme_name=alter-logo
 rebuild=false
 japanese=false
 username='alter'
+os_name="Alter Linux"
 
 
 # Parse arguments
-while getopts 'p:bt:k:rxju:' arg; do
+while getopts 'p:bt:k:rxju:o:' arg; do
     case "${arg}" in
         p) password="${OPTARG}" ;;
         b) boot_splash=true ;;
@@ -31,6 +32,7 @@ while getopts 'p:bt:k:rxju:' arg; do
         r) rebuild=true ;;
         j) japanese=true;;
         u) username="${OPTARG}" ;;
+        o) os_name="${OPTARG}" ;;
         x) set -xv ;;
     esac
 done
@@ -38,7 +40,7 @@ done
 
 # Check whether true or false is assigned to the variable.
 function check_bool() {
-    local 
+    local
     case $(eval echo '$'${1}) in
         true | false) : ;;
                    *) echo "The value ${boot_splash} set is invalid" >&2 ;;
@@ -83,13 +85,17 @@ else
 fi
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /etc/skel/Desktop/calamares.desktop
+
+
 # If rebuild is enabled, do not create users.
 # This is described in detail on ArchWiki.
 if [[ ${rebuild} = false ]]; then
     # Creating a root user.
     # usermod -s /usr/bin/zsh root
 
-    usermod -s /bin/bash root
+    usermod -s /bin/zsh root
     cp -aT /etc/skel/ /root/
     chmod 700 /root
     LC_ALL=C xdg-user-dirs-update
@@ -197,6 +203,10 @@ remove /usr/share/calamares/modules/unpackfs/
 sed -i s/%USERNAME%/${username}/ /usr/share/calamares/modules/removeuser.conf
 
 
+# Set os name
+sed -i s/%OS_NAME%/"${os_name}"/g /usr/lib/os-release
+
+
 # Enable root login with SSH.
 sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
 
index 8b8d7d9..b36e68c 100755 (executable)
@@ -19,10 +19,11 @@ theme_name=alter-logo
 rebuild=false
 japanese=false
 username='alter'
+os_name="Alter Linux"
 
 
 # Parse arguments
-while getopts 'p:bt:k:rxju:' arg; do
+while getopts 'p:bt:k:rxju:o:' arg; do
     case "${arg}" in
         p) password="${OPTARG}" ;;
         b) boot_splash=true ;;
@@ -31,6 +32,7 @@ while getopts 'p:bt:k:rxju:' arg; do
         r) rebuild=true ;;
         j) japanese=true;;
         u) username="${OPTARG}" ;;
+        o) os_name="${OPTARG}" ;;
         x) set -xv ;;
     esac
 done
diff --git a/config b/config
index bb5fa98..544407f 100644 (file)
--- a/config
+++ b/config
@@ -12,6 +12,9 @@
 # This configuration file follows the bash syntax.
 #
 
+# OS name used for startup screen, etc.
+os_name="Alter Linux"
+
 # OS name used for the name of the image file.
 iso_name=alterlinux
 
@@ -22,7 +25,7 @@ iso_label="ALTER_$(date +%Y%m%d)"
 iso_publisher='Fascode Network <https://fascode.net>'
 
 # Image file name (not file name)
-iso_application="Alter Linux Live/Rescue CD"
+iso_application="${os_name} Live/Rescue CD"
 
 # Image file version
 iso_version=$(date +%Y.%m.%d)
index 505a244..4d79a36 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-ck.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index e84fa7d..4b27b51 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-lqx.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 274cf41..40eeb9a 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-lts.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 274cf41..40eeb9a 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-lts.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 96a775f..b6f3bb0 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-rt.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 569250b..aaefc61 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-xanmod-lts.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 1646146..6c31b14 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-xanmod.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 854e387..f847a95 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI CD
+title   %OS_NAME% archiso x86_64 UEFI CD
 linux   /EFI/archiso/vmlinuz-linux-zen.efi
 initrd  /EFI/archiso/intel_ucode.img
 initrd  /EFI/archiso/amd_ucode.img
index 0421941..77cf63a 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-ck
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 6c2eafc..d1d173c 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lqx
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 77eeb01..4bbd0a7 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 77eeb01..4bbd0a7 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index ceebc06..a653542 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-rt
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 12f60f9..1daf216 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-xanmod-lts
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index c8c8b97..e86b53c 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-xanmod
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 19b8f15..9467e4d 100644 (file)
@@ -5,7 +5,7 @@
 # (c) 2019-2020 Fascode Network.
 #
 
-title   Alter Linux archiso x86_64 UEFI USB
+title   %OS_NAME% archiso x86_64 UEFI USB
 linux   /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
 initrd  /%INSTALL_DIR%/boot/intel_ucode.img
 initrd  /%INSTALL_DIR%/boot/amd_ucode.img
index 82bcdb9..713b912 100644 (file)
@@ -7,7 +7,7 @@
 
 SERIAL 0 38400
 UI boot/syslinux/vesamenu.c32
-MENU TITLE Alter Linux
+MENU TITLE %OS_NAME%
 MENU BACKGROUND boot/syslinux/splash.png
 
 MENU WIDTH 78
index 08d137c..85c8db3 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 9bb1a42..e89a173 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 9a87c8a..75cbe88 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 17c52cb..a631310 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 17c52cb..a631310 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 0e5b6c1..730a941 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 8409858..d2bcc1a 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 4772d6e..568453b 100644 (file)
@@ -7,10 +7,10 @@
 #
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 746e95b..e7fd3b6 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} loglevel=3 quiet splash udev.log-priority=3
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt loglevel=3 quiet splash udev.log-priority=3
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ loglevel=3 quiet splash udev.log-priority=3
index 840682a..f3d265e 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index 3bb95de..e97afe0 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index 2153f9b..80dbf56 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index c2128ce..7066846 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index c2128ce..7066846 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index 8da561e..2a9ed4e 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index a07ae2e..feece61 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index a8efd98..3e16bcf 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index e17cdd4..b4a4d9b 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64_nbd
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NBD).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NBD).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NBD)
+MENU LABEL Boot %OS_NAME% (x86_64) (NBD)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
@@ -18,10 +18,10 @@ SYSAPPEND 3
 
 LABEL arch64_nfs
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using NFS).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using NFS).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (NFS)
+MENU LABEL Boot %OS_NAME% (x86_64) (NFS)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
@@ -29,10 +29,10 @@ SYSAPPEND 3
 
 LABEL arch64_http
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium (Using HTTP).
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium (Using HTTP).
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64) (HTTP)
+MENU LABEL Boot %OS_NAME% (x86_64) (HTTP)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
index 74b223d..2d46ee0 100644 (file)
@@ -7,19 +7,19 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
index 0b86101..9f05572 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index b9357ab..002f3e6 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index a48c114..d395a77 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index fc3566b..f8efeec 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index d646c7c..88a5979 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 4866376..f5bedaf 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index b16dcf0..cd6c8c0 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index df2249b..5ccc991 100644 (file)
@@ -7,20 +7,20 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% loglevel=3 quiet splash udev.log-priority=3
 
 LABEL arch64_res
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-This allows Alter Linux to boot without a boot splash.
+Boot the %OS_NAME% (x86_64) live medium.
+This allows %OS_NAME% to boot without a boot splash.
 ENDTEXT
-MENU LABEL Boot Alter Linux without boot splash (x86_64)
+MENU LABEL Boot %OS_NAME% without boot splash (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index bb9c4f5..541527e 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-ck
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 527242b..be54d97 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 8a3f79d..fe3dbdd 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lqx
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index b693c49..570f0ca 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index a01a56e..34a080a 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 2830dba..63e0018 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-rt
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 76a2785..0047bb5 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod-lts
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index a4f1906..4323bf7 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-xanmod
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
index 1acdeb3..1abbf36 100644 (file)
@@ -7,10 +7,10 @@
 
 LABEL arch64
 TEXT HELP
-Boot the Alter Linux (x86_64) live medium.
-It allows you to install Alter Linux or perform system maintenance.
+Boot the %OS_NAME% (x86_64) live medium.
+It allows you to install %OS_NAME% or perform system maintenance.
 ENDTEXT
-MENU LABEL Boot Alter Linux (x86_64)
+MENU LABEL Boot %OS_NAME% (x86_64)
 LINUX boot/x86_64/vmlinuz-linux-zen
 INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%