武山です SUSE Studio でイメージを作ったときに使ったかもしれないです "Run script whenever the appliance boots" に こんなテンプレートがあります: ``` if [ -f /etc/init.d/suse_studio_firstboot ] then # Put commands to be run on the first boot of your appliance here echo "Running SUSE Studio first boot script..." fi ``` # 分かりにくい説明ですが、実際に確認してみて下さい On 2017/01/06 23:03, User Ribbon wrote:
openSUSEには、起動時1度だけ実行させる、Firstboot機能があります。
https://lizards.opensuse.org/2010/05/13/your-own-oem-configuration-yast-firs...
試しに、 /var/lib/YaST2/reconfig_system を作って再起動して見たら、 インストール時と同じような、設定画面が表示されました。
ただ、カスタマイズしたスクリプトを実行させたり、autoyastと 組合わせて実行させる、ということは出来ていません。
どなたかFirstboot機能を使ったことがある人いらっしゃるでしょうか。
ribbon
-- To unsubscribe, e-mail: opensuse-ja+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ja+owner@opensuse.org