On 12/3/19 4:54 PM, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antre...@proxmox.com>
> ---
> Note: Thanks to Stoiko, he build an ISO to test the patch.
>       This works with LVM based installs, but fails currently for ZFS
>       with "Compression algorithm inherit not supported. Unable to find
>       bootdisk automatically"
> 
>  debian/postinst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian/postinst b/debian/postinst
> index 1e17a89..a0d88f6 100755
> --- a/debian/postinst
> +++ b/debian/postinst
> @@ -7,8 +7,8 @@ case "$1" in
>    configure)
>      # setup kernel links for installation CD (rescue boot)
>      mkdir -p /boot/pve
> -    ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz
> -    ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
> +    ln -sf /boot/pve/vmlinuz-5.3 /boot/pve/vmlinuz
> +    ln -sf /boot/pve/initrd.img-5.3 /boot/pve/initrd.img
>      ;;
>  esac
>  
> 

applied, many thanks!

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to