late_command
私のファイルにを追加しようとしていますが、preseed.cfg
次のエラーが発生します。
注文する:
d-i preseed/late_command string \
no_proxy=0,1,2,3,4,5,6,7,8,9 preseed_fetch /scripts/preseed_late_commands.sh /tmp/preseed_late_commands.sh ; \
/target/usr/bin/dos2unix /tmp/preseed_late_commands.sh || true; \
log-output -t preseed_late_commands.sh sh /tmp/preseed_late_commands.sh
私が得るエラー:
Execution of preseeded command "d-i preseed/late_command string \
no_proxy=0,1,2,3,4,5,6,7,8,9 preseed_fetch /scripts/preseed_late_commands.sh /tmp/preseed_late_commands.sh ; \
/target/usr/bin/dos2unix /tmp/preseed_late_commands.sh || true; \
log-output -t preseed_late_commands.sh sh /tmp/preseed_late_commands.sh" failed with exit code 2.
情報:
オペレーティングシステム:Debian 11(Bullseye)
preseed.cfg
目次:http/d-i/bullseye/preseed.cfg
preseed_late_commands.sh
目次:http/d-i/bullseye/scripts/preseed_late_commands.sh
エラーイメージ:
このコマンドを実行するにはどうすればよいですか?
ライブログ(コンソール出力)を表示したり、ログファイルを見つける方法と場所は何ですか?