Changes between Version 2 and Version 3 of jazz/preseed_ubuntu


Ignore:
Timestamp:
Oct 26, 2011, 5:17:40 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/preseed_ubuntu

    v2 v3  
    66
    77 * <參考文件> [https://help.ubuntu.com/community/InstallCDCustomization Install CD Customization (客製化安裝光碟)]
     8   * 官方維基頁面 https://help.ubuntu.com/community/InstallCDCustomization
    89 * <備註一> 文件中提到這種方式是針對 Alternative 或 Server 版本的安裝光碟,因此不適用 Desktop 版本的安裝光碟。
    910 * <筆記一> 文件中第一段提到 Ubuntu 從 6.06 版以後的 Alternative 與 Server 版本安裝光碟,目錄結構大致上包含三部份。以下採用 Ubuntu 10.10 PC (Intel x86) alternate install CD 為例:
     
    3637lr-xr-xr-x  1 root root      1 2010-10-07 23:47 ubuntu -> .
    3738}}}
     39 * 第一個部份是 Boot Loader - 之後要改變開機時看到的第一個畫面,就是改這一個部份。
     40{{{
     41boot-loader (ISOLINUX on AMD64/x86 systems, yaboot on PowerPC) and its configuration (which starts everything up);
     42}}}
     43  * 從 10.10 alternative cd 的結構來看,主要包括這幾個目錄:
     44{{{
     45dr-xr-xr-x  2 root root   2048 2010-10-07 23:47 preseed
     46}}}
     47 * 第二個部份是 Debian Installer (亦稱為 d-i) - 這一塊則是決定自動安裝的程序(亦即 preseed 的腳本跟自動安裝的相關 Shell Script)
     48{{{
     49debian-installer (also known as d-i, which in this case is really a specialized miniature Ubuntu system);
     50}}}
     51  * 從 10.10 alternative cd 的結構來看,主要包括這幾個目錄:
     52
     53 * 第三個部份是 Debian 套件庫 - 這一塊是用在當不是網路安裝時,希望可以把會用到的套件都收錄在光碟時,必須自行更動這裡面的套件庫。
     54{{{
     55Debian-style repository structure, which is what takes up disk space in the directories "pool" and "dists".
     56}}}