当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > The Linux Bootdisk HOWTO 中译版

Unix/Linux
第三章 在Debian上用Exim配置邮件服务器
Sendmail邮件服务器快速指南 1
Sendmail邮件服务器快速指南 2
Sendmail邮件服务器快速指南 3
使用sendmail配置企业简易邮件系统
RedHatLinux AS3中配置sendmail服务器
RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合
Linux下DNS服务器架设攻略
Linux下DNS服务器架设攻略 2
Linux下DNS服务器架设攻略 3
Linux内核配置选项
域名解析 A记录 MX记录 CNAME记录 TTL
DNS轮循的一些介绍
netfilter/iptables模块编译及应用
和大家一起分享不错的iptables
构筑Linux防火墙之IPtables的概念与用法(1)
构筑Linux防火墙之IPtables的概念与用法(2)
Linux架设DNS服务器(一)
Linux架设DNS服务器(二)
邮件传输原理及相关入门知识概述

Unix/Linux 中的 The Linux Bootdisk HOWTO 中译版


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 56 ::
收藏到网摘: n/a

  作者: Tom Fawcett ( [email protected])

译者: 朱汉农 
v4.0, April 2000, 翻译日期: 27 July 2000 


--------------------------------------------------------------------------------
本文描述如何设计与建造你自己的 Linux boot/root 磁片。这些磁片能用来当做救援磁片 (rescue disks) ,或是能用来测试新系统元件 (components) 。在企图建造你自己的 bootdisk 之前,你应该要相当熟悉系统管理工作。如果你只是想要一张紧急时使用的救援磁片,请参考 Pre-made bootdisks 。 
--------------------------------------------------------------------------------

1. 前言 -- Preface
1.1 版本注意事项 -- Version notes 
1.2 尚未完成的事 
1.3 回应与感谢 -- Feedback and credits 
1.4 散布政策 -- Distribution policy 

2. 简介 -- Introduction

3. Bootdisks与开机流程 -- Bootdisks and the boot process
3.1 开机流程 -- The boot process 
3.2 磁碟类型 -- Disk types 

4. 建立一个root filesystem -- Building a root filesystem
4.1 概观 -- Overview 
4.2 制作 filesystem -- Creating the filesystem 
4.3 移植档案系统 -- Populating the filesystem 
4.4 对 PAM 与 NSS 的提供 -- Providing for PAM and NSS 
4.5 模组 -- Modules 
4.6 一些最後的细节 -- Some final details 
4.7 Wrapping it up 

5. 选择一个 kernel -- Choosing a kernel

6. 把它们放在一起:制作磁片(组) -- Putting them together: Making the diskette(s)
6.1 用 LILO 传送 kernel -- Transferring the kernel with LILO 
6.2 不使用 LILO 来传送 kernel -- Transferring the kernel without LILO 
6.3 设定ramdisk -- Setting the ramdisk word 
6.4 传送root filesystem -- Transferring the root filesystem 

7. 问题解决 -- Troubleshooting, or The Agony of Defeat

8. 其它各种主题 -- Miscellaneous topics
8.1 减少 root filesystem 的 size -- Reducing root filesystem size 
8.2 Non-ramdisk root filesystems 
8.3 建造一张工具磁片 -- Building a utility disk 

9. How the pros do it

10. 常见问题 (FAQ) 列表 -- Frequently Asked Question (FAQ) list
Appendix

11. 资源与指示 -- Resources and pointers
11.1 预先做好的 Bootdisks -- Pre-made Bootdisks 
11.2 救援套件 -- Rescue packages 
11.3 LILO -- the Linux loader 
11.4 Linux FAQ 与 HOWTOs 
11.5 Ramdisk使用方法 -- Ramdisk usage 
11.6 Linux开机流程 -- The Linux boot process 

12. LILO boot error codes

13. Root filesystem 列表样本 -- Sample root filesystem listings

14. 工具程式磁片 (utility disk) 目录列表样本 -- Sample utility disk directory listing

--------------------------------------------------------------------------------

 
-------------------------------------------------------