内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
centos:kernelupdate
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== カーネルのバージョンアップ ====== ELREPOからダウンロード。 http://elrepo.org/tiki/tiki-index.php ===== 現在のカーネルバージョンを確認 ===== <code> # uname -a Linux kd-db12 2.6.18-308.13.1.el5 #1 SMP Tue Aug 21 17:10:18 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux </code> ===== カーネルダウンロード ===== <code> # rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org # rpm -Uvh http://elrepo.org/elrepo-release-5-4.el5.elrepo.noarch.rpm # yum --enablerepo=elrepo-kernel install kernel-lt </code> ===== 起動カーネル変更 ===== <code> # vi /boot/grub/menu.lst </code> <code> -) default=1 +) default=0 </code> ===== 再起動 ===== <code> # shutdown -r now </code>
centos/kernelupdate.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ