差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
osprovision:autoyast [2020/03/05 15:14]
tony
osprovision:autoyast [2023/06/25 09:48] (目前版本)
行 3: 行 3:
 ===== Introduction ===== ===== Introduction =====
 AutoYaST是類似Kickstart用於部屬SLES的系統。本區暫時用來紀錄零碎的筆記。 AutoYaST是類似Kickstart用於部屬SLES的系統。本區暫時用來紀錄零碎的筆記。
-===== Useful configurations ​===== +===== Articles ​===== 
-==== Disable self update ==== +  * [[osprovision:autoyast:sles15:​notes_of_answerfiles|Notes of SLES15 autoinstallation file]]
-SLES15在安裝之前,會先透過線上下載最新的安裝程式內容,如果不想執行這段可以用以下設定略過,如果網路連不到它也會自動略過: +
-<code xml> +
-<​general>​ +
- <​self_update config:type="​boolean">​false</​self_update>​ +
- ... +
-</​general>​ +
-</​code>​ +
  
 ===== How to clone current system? ===== ===== How to clone current system? =====
行 20: 行 12:
 </​code>​ </​code>​
 answer file會產生在/​root/​autoinst.xml。(reference:​ [[https://​support.microfocus.com/​kb/​doc.php?​id=3585334|link]]) answer file會產生在/​root/​autoinst.xml。(reference:​ [[https://​support.microfocus.com/​kb/​doc.php?​id=3585334|link]])
 +===== Note =====
 +2020-11-29 SLES15開始將安裝光碟與軟體包分開,但在SP2時,又開始提供完整的安裝包與線上安裝包。
  
 ===== Resource ===== ===== Resource =====
行 25: 行 19:
   * [[https://​www.suse.com/​documentation/​sles-15/​index.html|SLES15 - docs]]   * [[https://​www.suse.com/​documentation/​sles-15/​index.html|SLES15 - docs]]
   * [[https://​www.suse.com/​documentation/​sles-12/​book_autoyast/​data/​book_autoyast.html|SLES12 - AutoYast Guide]]   * [[https://​www.suse.com/​documentation/​sles-12/​book_autoyast/​data/​book_autoyast.html|SLES12 - AutoYast Guide]]
 +  * [[https://​github.com/​chef/​bento/​blob/​master/​packer_templates/​sles/​http/​sles-15-sp1-x86_64-autoinst.xml|auto-inst sample file]]