42 lines
1.4 KiB
INI
Executable file
42 lines
1.4 KiB
INI
Executable file
# default
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M quiet splash
|
|
|
|
# default toram
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT TORAM
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% copytoram=y cow_spacesize=1024M quiet splash
|
|
|
|
# default noimage
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% cow_label=cow_device quiet splash
|
|
|
|
# default noimage toram
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT NOIMAGE TORAM
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% cow_label=cow_device copytoram=y quiet splash
|
|
|
|
# default nvidia
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT NVIDIA
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M nvidia-drm.modeset=1 nvidia=y quiet splash
|
|
|
|
# default checksum
|
|
LABEL arch
|
|
MENU LABEL %ISO_LABEL% DEFAULT Check disc for defects
|
|
LINUX /%INSTALL_DIR%/boot/%arch%/vmlinuz
|
|
INITRD /%INSTALL_DIR%/boot/%arch%/archiso.img
|
|
APPEND archisolabel=%ISO_LABEL% cow_spacesize=1024M checksum=y quiet splash
|
|
|