Displaying 3 results from an estimated 3 matches for "imeg".
Did you mean:
img
2015 Aug 23
2
CentOS 7 - Limiting rescue kernel imeges
In order to keep only 3 kernel images on a CentOS 7 I edited /etc/yum.conf and I
put
installonly_limit=3
This parameter works for standard kernel images, but does not work for rescue
images:
$ ls -al /boot/vmlinuz*
-rwxr-xr-x 1 root root 5027376 May 13 20:46
/boot/vmlinuz-0-rescue-2554e2ffad84452bb07401bed0a61089
-rwxr-xr-x 1 root root 3084288 Jun 27 06:42
2015 Aug 23
0
CentOS 7 - Limiting rescue kernel imeges
On 08/23/2015 12:23 PM, Luigi Rosa wrote:
> In order to keep only 3 kernel images on a CentOS 7 I edited
> /etc/yum.conf and I put
>
> installonly_limit=3
>
>
> This parameter works for standard kernel images, but does not work for
> rescue images:
>
<snip>
> Is there a way to keep rescue images within a certain limit?
man yum.conf , search for installonlypkgs
2015 Aug 24
1
CentOS 7 - Limiting rescue kernel imeges
Nicolas Thierry-Mieg wrote on 24/08/2015 00:24:
>> installonly_limit=3
>>
>>
>> This parameter works for standard kernel images, but does not work for
>> rescue images:
>>
> <snip>
>> Is there a way to keep rescue images within a certain limit?
>
> man yum.conf , search for installonlypkgs (that's on centos6, might vary in 7)