Skip to content

Commit

Permalink
syslinux
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekpal1 committed Apr 23, 2022
1 parent 096fa2f commit 0a2e64c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion syslinux/archiso_head.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SERIAL 0 115200
UI vesamenu.c32
MENU TITLE Ezarcher Linux
MENU TITLE ShastraOS Linux
MENU BACKGROUND splash.png

MENU WIDTH 78
Expand Down
18 changes: 9 additions & 9 deletions syslinux/archiso_pxe-linux.cfg
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
LABEL arch64_nbd
TEXT HELP
Boot the Ezarcher Linux using NBD.
It allows you to install Ezarcher Linux or perform system maintenance.
Boot the ShastraOS using NBD.
It allows you to install ShastraOS or perform system maintenance.
ENDTEXT
MENU LABEL Ezarcher Linux (x86_64, NBD)
MENU LABEL ShastraOS (x86_64, NBD)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify cow_spacesize=4G
SYSAPPEND 3

LABEL arch64_nfs
TEXT HELP
Boot the Ezarcher Linux using NFS.
It allows you to install Ezarcher Linux or perform system maintenance.
Boot the ShastraOS using NFS.
It allows you to install ShastraOS or perform system maintenance.
ENDTEXT
MENU LABEL Ezarcher Linux (x86_64, NFS)
MENU LABEL ShastraOS (x86_64, NFS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify cow_spacesize=4G
SYSAPPEND 3

LABEL arch64_http
TEXT HELP
Boot the Ezarcher Linux using HTTP.
It allows you to install Ezarcher Linux or perform system maintenance.
Boot the ShastraOS using HTTP.
It allows you to install ShastraOS or perform system maintenance.
ENDTEXT
MENU LABEL Ezarcher Linux (x86_64, HTTP)
MENU LABEL ShastraOS (x86_64, HTTP)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify cow_spacesize=4G
Expand Down
16 changes: 8 additions & 8 deletions syslinux/archiso_sys-linux.cfg
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
LABEL arch64
TEXT HELP
Boot the Ezarcher Linux install medium on BIOS.
It allows you to install Ezarcher Linux or perform system maintenance.
Boot the ShastraOS install medium on BIOS.
It allows you to install ShastraOS or perform system maintenance.
ENDTEXT
MENU LABEL Ezarcher Linux (x86_64, BIOS)
MENU LABEL ShastraOS (x86_64, BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G

# Accessibility boot option
LABEL arch64speech
TEXT HELP
Boot the Ezarcher Linux install medium on BIOS with speakup screen reader.
It allows you to install Ezarcher Linux or perform system maintenance with speech feedback.
Boot the ShastraOS install medium on BIOS with speakup screen reader.
It allows you to install ShastraOS or perform system maintenance with speech feedback.
ENDTEXT
MENU LABEL Ezarcher Linux (x86_64, BIOS) with ^speech
MENU LABEL ShastraOS (x86_64, BIOS) with ^speech
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on cow_spacesize=4G

# Copy to RAM boot option
#LABEL arch64ram
#TEXT HELP
#Boot the Ezarcher Linux on BIOS with Copy-to-RAM option
#It allows you to install Ezarcher Linux or perform system maintenance.
#Boot the ShastraOS on BIOS with Copy-to-RAM option
#It allows you to install ShastraOS or perform system maintenance.
#ENDTEXT
#MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM)
#LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
Expand Down

0 comments on commit 0a2e64c

Please sign in to comment.