Skip to content

Commit

Permalink
[fix] : Removed "archiso" for nosplash
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jul 17, 2021
1 parent 3071876 commit 554e977
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-cd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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%
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb-rescue-nogui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb-rescue-safegui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion efiboot/nosplash/archiso-usb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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%

0 comments on commit 554e977

Please sign in to comment.