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