EBUGの原稿
*OpenBSDでLive CDをつくる [#t51994f1]
**Why OpenBSD?, Why Live CD? [#e2ba0579]
-Other BSD / Linux では?
-Live CDの利点
**Boot手順の概要 [#e2b049ba]
|BIOS|

CENTER:↓
|HDD|FD|CD|
|MBR|1st sector|El-Torito|
|>|>|1st stage boot|
|HDD|FD|CD|
|>|PBR:biosboot|cdbr|
|>|>|2nd stage boot|
|HDD|FD|CD|

|/boot|/boot|/cdboot|
CENTER:↓
|/bsd|
|root fs mount|

|mount root fs|
CENTER:↓
|/sbin/init|
|/etc/rc|
|fork gettys|
**方針 [#ke7c2074]
-実環境をなるべく弄らないで載せたい。
**実際 [#t0c1505a]
***アプローチ1 [#b56439b6]
-mounting CD as root
--kernel config
--make image ... vn
--mfs
--union FS
--burning CD
-欠点
--/etc/rcの改造が--Union FSが不安定
***アプローチ2 [#w2b10a7b]
-mounting rd as root
--kernels with rd
--rdsetroot
--rd layout
--/etc/rc
-欠点
--RW化が繁雑
**雑感 [#l36bc2da]
-Security Issues
**参考文献等 [#a2f27536]
-Books
-Links
-Distributions on kaw.ath.cx


Front page   New Page list Search Recent changes   Help   RSS of recent changes