Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
3fe49a75
Commit
3fe49a75
authored
Oct 04, 2020
by
Alexander Epaneshnikov
Browse files
add bootloader configuration
create special entry with kernel command line to enable A11Y scripts.
parent
5ba279fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
configs/releng/efiboot/loader/entries/archiso-x86_64-speech-linux.conf
0 → 100644
View file @
3fe49a75
#
# SPDX-License-Identifier: GPL-3.0-or-later
title
Arch
Linux
install
medium
(
x86_64
,
UEFI
)
with
speach
linux
/%
INSTALL_DIR
%/
boot
/
x86_64
/
vmlinuz
-
linux
initrd
/%
INSTALL_DIR
%/
boot
/
intel
-
ucode
.
img
initrd
/%
INSTALL_DIR
%/
boot
/
amd
-
ucode
.
img
initrd
/%
INSTALL_DIR
%/
boot
/
x86_64
/
initramfs
-
linux
.
img
options
archisobasedir
=%
INSTALL_DIR
%
archisolabel
=%
ARCHISO_LABEL
%
speakup
.
synth
=
soft
configs/releng/syslinux/archiso_head.cfg
View file @
3fe49a75
...
...
@@ -28,3 +28,4 @@ MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU CLEAR
MENU IMMEDIATE
configs/releng/syslinux/archiso_sys-linux.cfg
View file @
3fe49a75
...
...
@@ -10,3 +10,14 @@ MENU LABEL Arch Linux install medium (x86_64, BIOS)
LINUX boot/x86_64/vmlinuz-linux
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
# accessability boot option
LABEL arch64speatch
TEXT HELP
Boot the Arch Linux install medium on BIOS with speakup.
It allows you to install Arch Linux or perform system maintenance with speatch feedback.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speatch
LINUX boot/x86_64/vmlinuz-linux
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% speakup.synth=soft
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment