0181b177c2
Remove the old kernels on fedora to save some space in the image. Change-Id: Ia7ace63c286052713ac1ef3092373cc2712db11a
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
install-packages yum-utils
|
|
|
|
package-cleanup --oldkernels -y --count=1
|