From 554e97781668cce52cc6b3f371a1de664e684e0e Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 17 Jul 2021 09:53:03 +0900 Subject: [PATCH] [fix] : Removed "archiso" for nosplash --- efiboot/nosplash/archiso-cd-rescue-nogui.conf | 2 +- efiboot/nosplash/archiso-cd-rescue-safegui.conf | 2 +- efiboot/nosplash/archiso-cd.conf | 2 +- efiboot/nosplash/archiso-usb-rescue-nogui.conf | 2 +- efiboot/nosplash/archiso-usb-rescue-safegui.conf | 2 +- efiboot/nosplash/archiso-usb.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/efiboot/nosplash/archiso-cd-rescue-nogui.conf b/efiboot/nosplash/archiso-cd-rescue-nogui.conf index b5525ee20..be78cc194 100644 --- a/efiboot/nosplash/archiso-cd-rescue-nogui.conf +++ b/efiboot/nosplash/archiso-cd-rescue-nogui.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI CD without GUI +title %OS_NAME% %ARCH% UEFI CD without GUI efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% systemd.unit=multi-user.target nomodeset diff --git a/efiboot/nosplash/archiso-cd-rescue-safegui.conf b/efiboot/nosplash/archiso-cd-rescue-safegui.conf index 0ac34f24e..251c0d9d3 100644 --- a/efiboot/nosplash/archiso-cd-rescue-safegui.conf +++ b/efiboot/nosplash/archiso-cd-rescue-safegui.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI CD with safe graphics +title %OS_NAME% %ARCH% UEFI CD with safe graphics efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% nomodeset diff --git a/efiboot/nosplash/archiso-cd.conf b/efiboot/nosplash/archiso-cd.conf index 8e1a8750c..5121907f4 100644 --- a/efiboot/nosplash/archiso-cd.conf +++ b/efiboot/nosplash/archiso-cd.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI CD +title %OS_NAME% %ARCH% UEFI CD efi /EFI/alteriso/%ARCH%/%KERNEL_FILENAME%.efi options initrd=/EFI/alteriso/intel-ucode.img initrd=/EFI/alteriso/amd-ucode.img initrd=/EFI/alteriso/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% arch=%ARCH% diff --git a/efiboot/nosplash/archiso-usb-rescue-nogui.conf b/efiboot/nosplash/archiso-usb-rescue-nogui.conf index a84c3c419..28e9ea523 100644 --- a/efiboot/nosplash/archiso-usb-rescue-nogui.conf +++ b/efiboot/nosplash/archiso-usb-rescue-nogui.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI USB without GUI +title %OS_NAME% %ARCH% UEFI USB without GUI efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME% options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset diff --git a/efiboot/nosplash/archiso-usb-rescue-safegui.conf b/efiboot/nosplash/archiso-usb-rescue-safegui.conf index 5fbf3d8f1..3dedf74f3 100644 --- a/efiboot/nosplash/archiso-usb-rescue-safegui.conf +++ b/efiboot/nosplash/archiso-usb-rescue-safegui.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI USB with safe graphics +title %OS_NAME% %ARCH% UEFI USB with safe graphics efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME% options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset diff --git a/efiboot/nosplash/archiso-usb.conf b/efiboot/nosplash/archiso-usb.conf index 8e1e893fb..067b463b3 100644 --- a/efiboot/nosplash/archiso-usb.conf +++ b/efiboot/nosplash/archiso-usb.conf @@ -5,6 +5,6 @@ # (c) 2019-2021 Fascode Network. # -title %OS_NAME% archiso %ARCH% UEFI USB +title %OS_NAME% %ARCH% UEFI USB efi /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME% options initrd=/%INSTALL_DIR%/boot/intel-ucode.img initrd=/%INSTALL_DIR%/boot/amd-ucode.img initrd=/%INSTALL_DIR%/boot/%ARCH%/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%