Changes between Version 3 and Version 4 of jazz/preseed_ubuntu
- Timestamp:
- Oct 27, 2011, 10:55:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/preseed_ubuntu
v3 v4 18 18 ~$ wget http://free.nchc.org.tw/ubuntu-cd/10.10/ubuntu-10.10-alternate-i386.iso 19 19 ~$ mkdir -p /opt/cd-image 20 ~$ sudo mount -o loop ubuntu-10.10-alternate-i386.iso / opt/cd-image21 ~$ ls -al / opt/cd-image20 ~$ sudo mount -o loop ubuntu-10.10-alternate-i386.iso /cdrom 21 ~$ ls -al /cdrom 22 22 總計 203 23 23 dr-xr-xr-x 11 root root 2048 2010-10-07 23:48 . 24 24 drwxrwxrwx 12 root root 4096 2011-10-26 17:07 .. 25 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 boot 25 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 boot ### (1) 26 26 -r-xr-xr-x 1 root root 1118 2010-10-04 23:27 cdromupgrade 27 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 .disk 28 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 dists 27 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 .disk ### (2) 28 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 dists ### (3) 29 29 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 doc 30 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 install 31 dr-xr-xr-x 2 root root 16384 2010-10-07 23:48 isolinux 30 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 install ### (1) 31 dr-xr-xr-x 2 root root 16384 2010-10-07 23:48 isolinux ### (1) 32 32 -r--r--r-- 1 root root 166833 2010-10-07 23:49 md5sum.txt 33 33 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 pics 34 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 pool 35 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 preseed 34 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 pool ### (3) 35 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 preseed ### (2) 36 36 -r--r--r-- 1 root root 227 2010-10-07 23:47 README.diskdefines 37 lr-xr-xr-x 1 root root 1 2010-10-07 23:47 ubuntu -> . 37 lr-xr-xr-x 1 root root 1 2010-10-07 23:47 ubuntu -> . ### (3) 38 38 }}} 39 39 * 第一個部份是 Boot Loader - 之後要改變開機時看到的第一個畫面,就是改這一個部份。 … … 41 41 boot-loader (ISOLINUX on AMD64/x86 systems, yaboot on PowerPC) and its configuration (which starts everything up); 42 42 }}} 43 * 從 10.10 alternative cd 的結構來看,主要包括這幾個目錄:43 * 從 10.10 alternative cd 的結構來看,主要包括這兩個目錄: 44 44 {{{ 45 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 preseed 45 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 boot 46 dr-xr-xr-x 2 root root 16384 2010-10-07 23:48 isolinux 47 dr-xr-xr-x 3 root root 2048 2010-10-07 23:48 install 46 48 }}} 47 49 * 第二個部份是 Debian Installer (亦稱為 d-i) - 這一塊則是決定自動安裝的程序(亦即 preseed 的腳本跟自動安裝的相關 Shell Script) … … 49 51 debian-installer (also known as d-i, which in this case is really a specialized miniature Ubuntu system); 50 52 }}} 51 * 從 10.10 alternative cd 的結構來看,主要包括這幾個目錄: 52 53 * 第三個部份是 Debian 套件庫 - 這一塊是用在當不是網路安裝時,希望可以把會用到的套件都收錄在光碟時,必須自行更動這裡面的套件庫。 53 * 從 10.10 alternative cd 的結構來看,主要包括這兩個目錄: 54 {{{ 55 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 preseed 56 dr-xr-xr-x 2 root root 2048 2010-10-07 23:47 .disk 57 }}} 58 * 第三個部份是 Debian 套件庫 - 這一塊是用在當不透過網路安裝時,可以把會用到的套件都收錄在光碟,必要時必須自行手動更動這裡面的套件庫。 54 59 {{{ 55 60 Debian-style repository structure, which is what takes up disk space in the directories "pool" and "dists". 56 61 }}} 62 * 從 10.10 alternative cd 的結構來看,主要包括這三個目錄: 63 {{{ 64 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 dists 65 dr-xr-xr-x 3 root root 2048 2010-10-07 23:47 pool 66 lr-xr-xr-x 1 root root 1 2010-10-07 23:47 ubuntu -> . 67 }}} 68 * 其餘的檔案,有的是文件檔(Ex. doc、pics)。有的是升級的腳本(cdromupgrade)