From cca39f920d379946e70063aecc753a4bae796088 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 8 Jan 2021 11:04:14 +0100 Subject: [PATCH] No longer copy default kernel and initrd --- debian/create.efi.device.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/create.efi.device.sh b/debian/create.efi.device.sh index e526094..ba5f4e7 100755 --- a/debian/create.efi.device.sh +++ b/debian/create.efi.device.sh @@ -48,8 +48,6 @@ printf "%b\n" "UUID=${EFI_UUID} ${EFI_MOUNTPATH} vfat defa aptitude install -y efibootmgr efivar # Copy kernel and initrd -printf "%b\n" "Copy kernel and initramfs to EFI partition : ${EFI_MOUNTPATH}" -mkdir -p -- "${EFI_MOUNTPATH}"/EFI/debian/ -cp /vmlinuz /initrd.img -- "${EFI_MOUNTPATH}" +printf "%b" "${EFI_MOUNTPATH} is ready, you can copy your kernel/initrd or uefi blob.\n" exit 0