index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-08-12 19:42:02 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-08-17 17:14:06 +0300 |
commit | 7c2247f615ecdff8d236ac90c4bec1c3d255a497 (patch) | |
tree | 1d6ff0629d6fc4af3344859c084fc67048b49368 /configs/releng | |
parent | 41b9b897469890ced3847e5545d5265995f21b64 (diff) |
-rw-r--r-- | configs/releng/profiledef.sh | 2 |
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 5eb5c5a..1aa93b6 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -7,6 +7,6 @@ iso_publisher="Arch Linux <https://www.archlinux.org>" iso_application="Arch Linux Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" -bootmodes=() +bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') arch="x86_64" pacman_conf="pacman.conf" |