差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| linux:edubuntu:edubuntu14-ltsp:os_update [2019/01/05 13:14] – 作成 ともやん | linux:edubuntu:edubuntu14-ltsp:os_update [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== Edubuntu 14.04 のOSアップデート ====== | + | ====== Edubuntu 14.04 LTSP のOSアップデート ====== |
| + | |||
| + | ===== release-upgrades の確認 ===== | ||
| + | <code autoconf> | ||
| + | $ cat / | ||
| + | # Default behavior for the release upgrader. | ||
| + | |||
| + | [DEFAULT] | ||
| + | # Default prompting behavior, valid options: | ||
| + | # | ||
| + | # never - Never check for a new release. | ||
| + | # normal - Check to see if a new release is available. | ||
| + | # | ||
| + | # the release that immediately succeeds the currently-running | ||
| + | # | ||
| + | # lts - Check to see if a new LTS release is available. | ||
| + | # will attempt to upgrade to the first LTS release available after | ||
| + | # the currently-running one. Note that this option should not be | ||
| + | # used if the currently-running release is not itself an LTS | ||
| + | # | ||
| + | # | ||
| + | Prompt=lts | ||
| + | </ | ||
| + | |||
| + | ===== OSアップデート | ||
| < | < | ||
| $ sudo apt-get update | $ sudo apt-get update | ||
| - | $ sudo apt-get upgrade | + | $ sudo apt-get |
| + | $ sudo apt-get autoremove | ||
| </ | </ | ||
| 行 12: | 行 37: | ||
| </ | </ | ||
| - | また、このままでは chroot 環境でアップデートできない(DNS が引けない)ので、以下を実行しておきます13。\\ | + | また、このままでは chroot 環境でアップデートできない(DNS が引けない)ので、以下を実行しておきます。\\ |
| < | < | ||
| $ sudo cp / | $ sudo cp / | ||
| 行 36: | 行 61: | ||
| </ | </ | ||
| これでクライアント環境のアップデートは完了です。 | これでクライアント環境のアップデートは完了です。 | ||
| + | |||
| + | ===== 参考文献 ===== | ||
| + | [[linux: | ||
| + | |||