Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Wilper
archiso
Commits
31427eca
Commit
31427eca
authored
Apr 06, 2021
by
Simon Wilper
Browse files
Apply copytoram Boot Option Menu Entries also to releng
parent
15f4ef49
Pipeline
#7346
passed with stages
in 47 minutes and 45 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux
-ram
.conf
→
configs/baseline/efiboot/loader/entries/02-archiso-x86_64-
ram-
linux.conf
View file @
31427eca
File moved
configs/releng/efiboot/loader/entries/archiso-x86_64-linux.conf
→
configs/releng/efiboot/loader/entries/
01-
archiso-x86_64-linux.conf
View file @
31427eca
File moved
configs/releng/efiboot/loader/entries/archiso-x86_64-speech-linux.conf
→
configs/releng/efiboot/loader/entries/
02-
archiso-x86_64-speech-linux.conf
View file @
31427eca
File moved
configs/releng/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf
0 → 100644
View file @
31427eca
#
# SPDX-License-Identifier: GPL-3.0-or-later
title
Arch
Linux
install
medium
(
x86_64
,
UEFI
,
Copy
to
RAM
)
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
%
copytoram
configs/releng/efiboot/loader/loader.conf
View file @
31427eca
...
...
@@ -2,4 +2,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
timeout
15
default
archiso
-
x86_64
-
linux
.
conf
default
01
-
archiso
-
x86_64
-
linux
.
conf
configs/releng/syslinux/archiso_sys-linux.cfg
View file @
31427eca
...
...
@@ -21,3 +21,14 @@ MENU LABEL Arch Linux install medium (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
# Copy to RAM boot option
LABEL arch64ram
TEXT HELP
Boot the Arch Linux install medium on BIOS with Copy-to-RAM option
It allows you to install Arch Linux 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
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% copytoram
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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