]> git.proxmox.com Git - proxmox-ve.git/commitdiff
depdent on pve-kernel-5.0
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 19:47:55 +0000 (21:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 19:47:55 +0000 (21:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control
debian/postinst

index 4aa10cf8d82c222730348a061f55311e6a022ee4..5fae8bbe9e142186ab56c70f0cacf8b8a8ccf067 100644 (file)
@@ -18,7 +18,7 @@ Depends: apt,
          libc6 (>= 2.7-18),
          openssh-client,
          openssh-server,
-         pve-kernel-4.15,
+         pve-kernel-5.0,
          pve-manager,
          pve-qemu-kvm,
          qemu-server,
index 43e081b81ef422d1ea932461fd561514d3f561bf..461bc557ef2c4ca4f682af8276decda6644fd381 100755 (executable)
@@ -13,8 +13,8 @@ case "$1" in
 
     # setup kernel links for installation CD (rescue boot)
     mkdir -p /boot/pve
-    ln -sf /boot/pve/vmlinuz-4.15 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-4.15 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.0 /boot/pve/initrd.img
     ;;
 esac