- Instant Debian:Build a Web Server
- Jose Miguel Parrella
- 258字
- 2021-08-04 10:11:39
How to do it…
Preseeding is one of the faster ways to save time during Debian installation. As with remastering, you install one system, and you extract the answers to the configuration prompts handled through the debconf
program in order for them to be reused in a new installation.
- You can also create your own preseed files by specifying as many answers as you need using standard tools:
apt-get install debconf-utils debconf-get-selections –installer >preseed.cfg
- Inspect the contents of this file with your favorite editor (
editor preseed.cfg
). You will find that questions that were asked on the installer are preceded by # and your answers are below. Some answers, such as password, are not included. Also, there are a lot of answers that you don't even remember to be asked about—those are defaults. Finally, you will notice that there is no answer for your partitioning elections, on the basis that you might have different servers with different hardware and different storage to address. - Once you have a preseed file that works, instead of selecting the Install option of Debian, you can choose Advanced options, and then Automated install to specify the URL of your preseed file. Probably, you will find the easiest way to do this is to serve it from another web server.
- You can also feed broader choices, not only install-time choices, using
debconf-get-selections
without the–installer
flag. It is useful to capture these choices at the end of your configuration process (that is, when you're done with this book).debconf-get-selections> package-choices.log
推薦閱讀
- Visual FoxPro程序設計教程(第3版)
- C語言程序設計(第3版)
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Android開發精要
- 新編Premiere Pro CC從入門到精通
- PySide GUI Application Development(Second Edition)
- 大學計算機基礎(第2版)(微課版)
- 網站構建技術
- 數據結構習題解析與實驗指導
- Beginning C++ Game Programming
- Java程序設計與項目案例教程
- Delphi開發典型模塊大全(修訂版)
- Photoshop智能手機APP界面設計
- Visual C++開發寶典
- 體驗之道:從需求到實踐的用戶體驗實戰