Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
ae0e9141
Verified
Commit
ae0e9141
authored
Oct 04, 2020
by
nl6720
Browse files
configs/baseline: support UEFI
parent
f3af5692
Changes
4
Hide whitespace changes
Inline
Side-by-side
configs/baseline/efiboot/loader/entries/archiso-x86_64-linux.conf
0 → 100644
View file @
ae0e9141
#
# SPDX-License-Identifier: GPL-3.0-or-later
title
Arch
Linux
(
x86_64
,
UEFI
)
linux
/%
INSTALL_DIR
%/
boot
/
x86_64
/
vmlinuz
-
linux
initrd
/%
INSTALL_DIR
%/
boot
/
x86_64
/
initramfs
-
linux
.
img
options
archisobasedir
=%
INSTALL_DIR
%
archisolabel
=%
ARCHISO_LABEL
%
configs/baseline/efiboot/loader/loader.conf
0 → 100644
View file @
ae0e9141
#
# SPDX-License-Identifier: GPL-3.0-or-later
timeout
3
default
archiso
-
x86_64
-
linux
.
conf
configs/baseline/profiledef.sh
View file @
ae0e9141
...
...
@@ -7,6 +7,6 @@ iso_publisher="Arch Linux <https://www.archlinux.org>"
iso_application
=
"Arch Linux baseline"
iso_version
=
"
$(
date
+%Y.%m.%d
)
"
install_dir
=
"arch"
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
)
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito'
)
arch
=
"x86_64"
pacman_conf
=
"pacman.conf"
configs/baseline/syslinux/syslinux-linux.cfg
View file @
ae0e9141
...
...
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
LABEL arch
MENU LABEL Arch Linux
MENU LABEL Arch Linux
(x86_64, BIOS)
LINUX boot/%ARCH%/vmlinuz-linux
INITRD boot/%ARCH%/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
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