Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archiso
Commits
c335d5d3
Unverified
Commit
c335d5d3
authored
May 25, 2022
by
Tallero Tallero
Browse files
Update baseline and releng profiledef.sh to support ia32 uefi mode.
parent
4e20b30f
Changes
2
Hide whitespace changes
Inline
Side-by-side
configs/baseline/profiledef.sh
View file @
c335d5d3
...
...
@@ -8,7 +8,9 @@ iso_application="Arch Linux baseline"
iso_version
=
"
$(
date
+%Y.%m.%d
)
"
install_dir
=
"arch"
buildmodes
=(
'iso'
)
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito'
)
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
'uefi-ia32.grub.esp'
'uefi-x64.systemd-boot.esp'
'uefi-ia32.grub.eltorito'
'uefi-x64.systemd-boot.eltorito'
)
arch
=
"x86_64"
pacman_conf
=
"pacman.conf"
airootfs_image_type
=
"erofs"
...
...
configs/releng/profiledef.sh
View file @
c335d5d3
...
...
@@ -8,7 +8,9 @@ iso_application="Arch Linux Live/Rescue CD"
iso_version
=
"
$(
date
+%Y.%m.%d
)
"
install_dir
=
"arch"
buildmodes
=(
'iso'
)
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito'
)
bootmodes
=(
'bios.syslinux.mbr'
'bios.syslinux.eltorito'
'uefi-ia32.grub.esp'
'uefi-x64.systemd-boot.esp'
'uefi-ia32.grub.eltorito'
'uefi-x64.systemd-boot.eltorito'
)
arch
=
"x86_64"
pacman_conf
=
"pacman.conf"
airootfs_image_type
=
"squashfs"
...
...
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