X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdracut.git;a=blobdiff_plain;f=update-initramfs;h=23fc21d3bd5cfcacc21a6c3ad8b692818e37e689;hp=509060f03c86f1750372c8b125c5407c74538463;hb=HEAD;hpb=e107a07b5f4e0f3216f319667b75a3e0de640246 diff --git a/update-initramfs b/update-initramfs index 509060f..d520b3c 100755 --- a/update-initramfs +++ b/update-initramfs @@ -23,7 +23,7 @@ if [ "x${1}" = "x" ]; then echo "Usage: update-initramfs " echo "Examples:" echo " update-initramfs all" - echo " update-initramfs 3.14.51-3.14-vanilla-1" + echo " update-initramfs 5.10.138-5.10-1" exit 0 elif [ "x${1}" = "xall" ]; then for kernel in $(/bin/ls -1 /lib/modules/ 2>/dev/null); do