]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
p-b-t: pinning: output hint on next-boot only pinning
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 10:40:03 +0000 (12:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 10:40:03 +0000 (12:40 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
bin/proxmox-boot-tool

index 5edf077fbd039b28eaae5c6c47b49cba64b3ad8b..9d2a2222ec3d989797f74309329ddb4d0ccdbf07 100755 (executable)
@@ -591,6 +591,7 @@ case "$1" in
                        'pin')
                                if [ "$#" -eq 3 ] && [ "$3" = '--next-boot' ]; then
                                        pin_kernel "$2" "${NEXT_BOOT_PIN}"
+                                       echo "Pinned for next boot only."
                                elif [ "$#" -eq 2 ]; then
                                        pin_kernel "$2"
                                else