差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
osprovision:autoyast [2020/03/05 15:14]
tony
osprovision:autoyast [2020/11/29 10:08]
tony [Resource]
行 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? =====
行 25: 行 17:
   * [[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]]