diff options
| author | Alexander Epaneshnikov <aarnaarn2@gmail.com> | 2022-05-27 18:42:04 +0300 |
|---|---|---|
| committer | Alexander Epaneshnikov <aarnaarn2@gmail.com> | 2022-05-28 13:35:26 +0300 |
| commit | 3bacf056189393ab72e83fad5b65dc1bdfb75771 (patch) | |
| tree | 0354656580c91617761288faf40afc157e179e8a /configs/releng/efiboot/loader/entries | |
| parent | a7e33374fd72a06ffc985d3636ebd95b59287a54 (diff) | |
| download | archiso-3bacf056189393ab72e83fad5b65dc1bdfb75771.tar.gz archiso-3bacf056189393ab72e83fad5b65dc1bdfb75771.tar.bz2 | |
add accessible copytoram entry
Diffstat (limited to 'configs/releng/efiboot/loader/entries')
| -rw-r--r-- | configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf b/configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf new file mode 100644 index 0000000..ed6ac37 --- /dev/null +++ b/configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf @@ -0,0 +1,6 @@ +title Arch Linux install medium (x86_64, UEFI, Copy to RAM) with speech +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 accessibility=on |
