Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Install Lastest Stable Kernel on OpenSUSE Leap: ##
- # Instalar o Kernel mais recente no OpenSUSE Leap #
- # To add Kernel stable repository, run: / Para adicionar o repositório Estável rode:
- sudo zypper addrepo -f http://download.opensuse.org/repositories/Kernel:/stable/standard/ kernel-Standard
- # Next, run the following command to do distribution upgrade only from the Kernel 'stable' repository. It means the Kernel will only be upgraded to the latest version. / Em seguida, rode o comando abaixo para fazer um upgrade de distribuição apenas o repositório 'estável'. Isso significa que o Kernel apenas será atualizado para a ultima versão.
- sudo zypper dist-upgrade -r kernel-Standard
- # Type “a” without quotes to enable Kernel-repo and add the GPG key. / Pressione "a" sem aspas para ativar o repositório e e adicionar a chave GPG.
- ## Change 'Kernel Purge' configurations / Mudando as configurações de 'Purge Kernel':
- # To do so, Edit /etc/zypp/zypp.conf file: / Para fazer a alteração edite o arquivo /etc/zypp/zypp.conf :
- # To / De:
- multiversion = provides:multiversion(kernel)
- # For / Para:
- multiversion.kernels = latest,latest-1,running,oldest
- # Or if you want only keep the lastest Kernel (less safe) / Ou se você desejar manter apenas o mais recente Kernel (menos seguro) :
- multiversion.kernels = latest,running
- ## Original Article / Artigo Original : https://www.ostechnix.com/install-linux-kernel-4-10-opensuse/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement