linux:edubuntu:edubuntu14-ltsp:os_update

差分

このページの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 /etc/update-manager/release-upgrades 
 +# 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.  If more than one new 
 +#           release is found, the release upgrader will attempt to upgrade to 
 +#           the release that immediately succeeds the currently-running 
 +#           release. 
 +#  lts    - Check to see if a new LTS release is available.  The upgrader 
 +#           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 
 +#           release, since in that case the upgrader won't be able to 
 +#           determine if a newer release is available. 
 +Prompt=lts 
 +</code> 
 + 
 +===== OSアップデート =====
 <code> <code>
 $ sudo apt-get update $ sudo apt-get update
-$ sudo apt-get upgrade+$ sudo apt-get dist-upgrade 
 +$ sudo apt-get autoremove
 </code> </code>
  
行 12: 行 37:
 </code> </code>
  
-また、このままでは chroot 環境でアップデートできない(DNS が引けない)ので、以下を実行しておきます13。\\+また、このままでは chroot 環境でアップデートできない(DNS が引けない)ので、以下を実行しておきます。\\
 <code> <code>
 $ sudo cp /etc/resolv.conf /opt/ltsp/i386/etc/resolv.conf $ sudo cp /etc/resolv.conf /opt/ltsp/i386/etc/resolv.conf
行 36: 行 61:
 </code> </code>
 これでクライアント環境のアップデートは完了です。 これでクライアント環境のアップデートは完了です。
 +
 +===== 参考文献 =====
 +[[linux:ubuntu:os_update|Ubuntu OSアップデート]]
 +
  • linux/edubuntu/edubuntu14-ltsp/os_update.1546661662.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)