差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
osprovision:autoyast [2020/03/09 13:32]
tony
osprovision:autoyast [2020/11/29 10:08]
tony [Resource]
行 5: 行 5:
 ===== Articles ===== ===== Articles =====
   * [[osprovision:​autoyast:​sles15:​notes_of_answerfiles|Notes of SLES15 autoinstallation file]]   * [[osprovision:​autoyast:​sles15:​notes_of_answerfiles|Notes of SLES15 autoinstallation file]]
-===== Useful configurations ===== 
-==== Disable self update ==== 
-SLES15在安裝之前,會先透過線上下載最新的安裝程式內容,如果不想執行這段可以用以下設定略過,如果網路連不到它也會自動略過:​ 
-<code xml> 
-<​general>​ 
- <​self_update config:​type="​boolean">​false</​self_update>​ 
- ... 
-</​general>​ 
-</​code>​ 
- 
  
 ===== How to clone current system? ===== ===== How to clone current system? =====
行 27: 行 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]]