[pve-devel] applied: [PATCH proxmox-ve] Update kernel links for install CD (rescue boot)

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Dec 4 07:08:57 CET 2019


On 12/3/19 4:54 PM, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich at 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!




More information about the pve-devel mailing list