|
|
|
@ -6,7 +6,7 @@ ENDTEXT |
|
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS) |
|
|
|
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux |
|
|
|
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G |
|
|
|
|
|
|
|
|
|
# Accessibility boot option |
|
|
|
|
LABEL arch64speech |
|
|
|
@ -17,7 +17,7 @@ ENDTEXT |
|
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech |
|
|
|
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux |
|
|
|
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G accessibility=on |
|
|
|
|
|
|
|
|
|
# Copy to RAM boot option |
|
|
|
|
LABEL arch64ram |
|
|
|
@ -28,4 +28,4 @@ ENDTEXT |
|
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM) |
|
|
|
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux |
|
|
|
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram |
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=1G copytoram |
|
|
|
|