We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2dd6d commit f1d3f34Copy full SHA for f1d3f34
efiboot/loader/entries/01-archiso-x86_64-linux.conf
@@ -0,0 +1,7 @@
1
+title TCET Linux install medium (x86_64, UEFI)
2
+sort-key 01
3
+linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
4
+initrd /%INSTALL_DIR%/boot/intel-ucode.img
5
+initrd /%INSTALL_DIR%/boot/amd-ucode.img
6
+initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
7
+options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes
efiboot/loader/loader.conf
@@ -0,0 +1,2 @@
+timeout 20
+default 01-archiso-x86_64-linux.conf
0 commit comments