From f95bbcacb4525f5ebe4627dbd75df7bb915010d1 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 2 Aug 2021 19:01:09 -0400 Subject: mkparabolaiso: remove _available_ucodes references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is a "oops" when copy-pasting archiso code, plus, for some reason, Makefile and README.rst were not completely synced in the last commit ¯\_(ツ)_/¯ Signed-off-by: David P --- parabolaiso/mkparabolaiso | 2 -- 1 file changed, 2 deletions(-) (limited to 'parabolaiso/mkparabolaiso') diff --git a/parabolaiso/mkparabolaiso b/parabolaiso/mkparabolaiso index aaef80d..c39e6b9 100755 --- a/parabolaiso/mkparabolaiso +++ b/parabolaiso/mkparabolaiso @@ -530,7 +530,6 @@ _make_bootmode_uefi-x64.systemd-boot.esp() { "${profile}/efiboot/" \ "${pacstrap_dir}/boot/vmlinuz-"* \ "${pacstrap_dir}/boot/initramfs-"*".img" \ - "${_available_ucodes[@]}" \ 2>/dev/null | awk 'END { print $1 }')" # Create a FAT image for the EFI system partition _make_efibootimg "$efiboot_imgsize" @@ -574,7 +573,6 @@ _make_bootmode_uefi-x64.refind.esp() { "${profile}/efiboot/" \ "${pacstrap_dir}/boot/vmlinuz-"* \ "${pacstrap_dir}/boot/initramfs-"*".img" \ - "${_available_ucodes[@]}" \ 2>/dev/null | awk 'END { print $1 }')" # Create a FAT image for the EFI system partition _make_efibootimg "$efiboot_imgsize" -- cgit v1.2.2