
Ubuntu のインストールを試みていますpreseed
が、どのチュートリアルでも preseed ファイルを保存する場所が示されていません。ブート メディアに保存し、ブート パラメータを渡してpreseed/file
preseed ファイルの場所を示すように指示されています。どうすればいいですか?
答え1
CD のルートは /cdrom なので、ルートの preseed.cfg は次のようになります。
file=/cdrom/preseed.cfg
もちろん、preseeds用のフォルダを作成してパスを変更することもできます(例:フォルダ/反応 (file=/cdrom/responses/preseed.cfgになります)
例えば、CDのルートにxubuntu.cfgというpreseedファイルを置き、txt.cfgと:
label live-install
menu label ^Install Xubuntu
kernel /casper/vmlinuz.efi
append auto file=/cdrom/xubuntu.cfg keyboard-configuration/layoutcode=us and console-setup/ask_detect=false boot=casper automatic-ubiquity noprompt initrd=/casper/initrd.lz ---