OpenBSD全能服务器安装手册之系统安装篇—基本系…

2009-05-13 03:41:34来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


OpenBSD全能服务器安装手册之系统安装篇
基本系统安装

选择安装类型

|erase ^?, werase ^W, kill ^U, intr ^C, status ^T
|(I)nstall, (U)pgrade or (S)hell? i ;
#####################################################
其中
(I)nstall代表安装一个全新的系统
(U)pgrade代表升级原有的OpenBSD旧版本
(S)hell代表退出到命令行状态
我们要安装一个全新的OpenBSD系统,所以我们在这里输入I,并回车。(当然你也可以按下Ctrl+C退回到命令行状态,再次输入install回到安装程序,如果在安装程序时误操作,可以使用这种方法进入命令行状态然后再重新回到安装程序开始安装。)
#####################################################
选择终端类型
|Welcome to the OpenBSD/i386 3.6 install program.
|
|This program will help you install OpenBSD in a simple and rational way. At
|any prompt except password prompts you can run a shell command by typing
|'!foo',or escape to a shell by typing '!'. Default answers are shown in []'s
|and are selected by pressing RETURN. At any time you can exit this program by
|pressing Control-C and then RETURN, but quitting during an install can leave
|your system in an inconsistent state.
|
|Terminal Type? [vt220]回车

选择键盘布局类型

|Kbd(8)mapping? (‘L’for list)[none]l
(注意:我们在这里选择l查看有那些键盘类型主要是考虑到个人的需要,可以选择自己熟悉的键盘类型)
|Major tables:be br cf de dk es fr hu it nl no pl pt ru sf sg si sv tr ua uk us

这里我们选择默认
|Kbd(8)mapping? (‘L’for list)[none]
##########################################
对于我们大部分的中国用户而言,我们使用的都是标准的美式键盘,这也是OpenBSD默认的键盘布局,所以我们直接按回车继续。
###############################################




磁盘划分
|IS YOUR DATA BACKED UP? As with anything that modifies disk contents,this
|program can cause SIGNIFICANT data loss.
|
|It is often helpful to have the installation notes handy. For complex disk
|configurations, relevant disk hardware manuals and a calculator are useful.
|
|Proceed with install? [no] yes回车
###########################
安装程序提示是否开始安装,我们直接输入y,并回车
#######################################
|Cool! Let's get to it...
|
|You will now initialize the disk(s) that OpenBSD will use. To enable all
|available securty features you should configure the disk(s) to allow the
|creation of separate filesystems for /, /tmp, /var, /usr, and /home.
(注意:系统在这里提示我们那些分区是必要的,在下面的分区时需要注意)
|Available disks are: wd0.
|Which one is the root disk? (or 'done') [wd0] 回车
################################
在OpenBSD系统中对于IDE接口的硬盘的命名方式是wd0,wd1,wd2……依次类推,而SCSI接口的硬盘则是sd0,sd1,sd2……依次类推。

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:OpenBSD全能服务器安装手册之系统安装篇--关于fdisk的一些介绍

下一篇:OpenBSD全能服务器安装手册之基本设置篇--编译内核