diff options
| author | nl6720 <nl6720@gmail.com> | 2022-05-28 15:31:10 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-05-28 15:31:10 +0300 |
| commit | f4e2d68599029c364a8330aa00b4391b99b9ae40 (patch) | |
| tree | 97c2e31fd3c5dcb2419ec33ded29ad0040cafb65 /configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf | |
| parent | 376e9282da7492cbc00d28c95b5540c17dd80716 (diff) | |
| parent | 2a1f44bbbf79a63f4889b31c87b41743abe40f11 (diff) | |
| download | archiso-f4e2d68599029c364a8330aa00b4391b99b9ae40.tar.gz archiso-f4e2d68599029c364a8330aa00b4391b99b9ae40.tar.bz2 | |
Merge remote-tracking branch 'origin/merge-requests/254'
By Alexander Epaneshnikov
* origin/merge-requests/254:
fix boot menu entry sorting
add accessible copytoram entry
enable beeps in boot menu
See merge request !254
Diffstat (limited to 'configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf')
| -rw-r--r-- | configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf | 7 |
1 files changed, 7 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..0d67999 --- /dev/null +++ b/configs/releng/efiboot/loader/entries/04-archiso-x86_64-ram-speech-linux.conf @@ -0,0 +1,7 @@ +title Arch Linux install medium (x86_64, UEFI, Copy to RAM) with speech +sort-key 04 +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 |
