No longer copy default kernel and initrd

This commit is contained in:
gardouille 2021-01-08 11:04:14 +01:00
parent a09ca66ac9
commit cca39f920d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 3 deletions

View File

@ -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