| | 39 | * 第一個部份是 Boot Loader - 之後要改變開機時看到的第一個畫面,就是改這一個部份。 |
| | 40 | {{{ |
| | 41 | boot-loader (ISOLINUX on AMD64/x86 systems, yaboot on PowerPC) and its configuration (which starts everything up); |
| | 42 | }}} |
| | 43 | * 從 10.10 alternative cd 的結構來看,主要包括這幾個目錄: |
| | 44 | {{{ |
| | 45 | dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 preseed |
| | 46 | }}} |
| | 47 | * 第二個部份是 Debian Installer (亦稱為 d-i) - 這一塊則是決定自動安裝的程序(亦即 preseed 的腳本跟自動安裝的相關 Shell Script) |
| | 48 | {{{ |
| | 49 | debian-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 | {{{ |
| | 55 | Debian-style repository structure, which is what takes up disk space in the directories "pool" and "dists". |
| | 56 | }}} |