Changes between Initial Version and Version 1 of jazz/preseed


Ignore:
Timestamp:
Sep 25, 2011, 12:36:14 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/preseed

    v1 v1  
     1= preseed : 無人值守自動安裝 Debian =
     2
     3== DEBUG ==
     4
     5 * [參考] [http://www.debian.org/releases/squeeze/i386/apbs03.html.en B.3. Creating a preconfiguration file]
     6{{{
     7To check possible values for questions, you can use nano to examine the files in /var/lib/cdebconf
     8while an installation is in progress. View templates.dat for the raw templates and questions.dat for
     9the current values and for the values assigned to variables.
     10
     11To check if the format of your preconfiguration file is valid before performing an install, you can
     12use the command debconf-set-selections -c preseed.cfg.
     13}}}
     14 * 可以用 nano 編輯器檢查 /var/lib/cdebconf 底下的 questions.dat 來得知可能會詢問的問題
     15 * 可以使用以下指令驗證 preseed 設定檔是否正確
     16{{{
     17~$ sudo debconf-set-selections -c preseed.cfg
     18}}}