這是本文件的舊版!


AutoYast

AutoYaST是類似Kickstart用於部屬SLES的系統。本區暫時用來紀錄零碎的筆記。

Disable self update

SLES15在安裝之前,會先透過線上下載最新的安裝程式內容,如果不想執行這段可以用以下設定略過,如果網路連不到它也會自動略過:

<general>
 <self_update config:type="boolean">false</self_update>
 ...
</general>

執行以下指令:

yast2 clone_system
answer file會產生在/root/autoinst.xml。(reference: link)