From 21e788497e4b3a67fdb3fe2a5dffcdf3eebd44de Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 12 Apr 2018 09:42:23 +0000 Subject: [PATCH] - cosmetics --- dracut.spec | 2 +- update-initramfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dracut.spec b/dracut.spec index 709ce15..4102de8 100644 --- a/dracut.spec +++ b/dracut.spec @@ -2,7 +2,7 @@ Summary: Initramfs generator using udev Summary(pl.UTF-8): Generator initramfs wykorzystujący udev Name: dracut Version: 047 -Release: 1 +Release: 2 License: GPL v2+ Group: Base Source0: https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz diff --git a/update-initramfs b/update-initramfs index 509060f..23fc21d 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 4.4.127-4.4-vanilla-1" exit 0 elif [ "x${1}" = "xall" ]; then for kernel in $(/bin/ls -1 /lib/modules/ 2>/dev/null); do -- 2.45.1