diff options
| author | Simon Wilper <sxw@chronowerks.de> | 2021-04-05 23:53:24 +0200 |
|---|---|---|
| committer | Simon Wilper <sxw@chronowerks.de> | 2021-05-14 19:47:25 +0200 |
| commit | 9c783a8e719ecc0f113786e22ac14ca834fc07bd (patch) | |
| tree | 6a51058252c442f63fa42b39049c0c2d1a0a0a04 /configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf | |
| parent | 16742d12902353e13e422fbba64bb9639a3552ea (diff) | |
| download | archiso-9c783a8e719ecc0f113786e22ac14ca834fc07bd.tar.gz archiso-9c783a8e719ecc0f113786e22ac14ca834fc07bd.tar.bz2 | |
Reorder UEFI boot menu entries
Diffstat (limited to 'configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf')
| -rw-r--r-- | configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf b/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf new file mode 100644 index 0000000..c5e9ab9 --- /dev/null +++ b/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-linux-ram.conf @@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-3.0-or-later + +title Arch Linux (x86_64, UEFI) Copy to RAM +linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux +initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img +options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram |
