转载:OpenBSD 的安装

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

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

没找到OpenBSD的虚拟机镜像...不过倒是找到了这样一篇文章

=============
OpenBSD的光盘或者VM安装方法

1.1.系统从光盘启动,自检过程 - 略...
1.2.选择安装类型
|erase ^?, werase ^W, kill ^U, intr ^C, status ^T
|(I)nstall, (U)pgrade or (S)hell? i ;
#####################################################
其中(I)代表安装一个全新的系统,(U)代表升级原有的OpenBSD旧版本的系统,(S)代表退出并进入命令行状态。
我们要安装一个全新的OpenBSD系统,所以我们在这里输入I,并回车。(当然你也可以按下Ctrl+C退回到命令行状态,再次输入install回到安装程序,如果在安装程序时误操作,可以使用这种方法进入命令行状态然后再重新回到安装程序开始安装。)
#####################################################
1.3.选择终端类型
|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] ;
1.4.选择键盘类型
|Do you wish to select a keyboard encoding table? [no] yes ;
|Select your keyboard type: (P)C-AT/XT, (U)SB, or 'done' [P] ;
|The available keyboard encoding tables are:
|
| be br de dk es fr it jp lt no pt ru sf sg sv ua uk us
|
|Table name? (or 'done') [us] ;
|keyboard mapping set to us
##########################################
对于我们大部分的中国用户而言,我们使用的都是标准的美式键盘,这也是OpenBSD默认的键盘布局,所以我们直接按回车继续。
###############################################
1.5.磁盘划分
|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
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Berkeley 二十年 UNIX 历史

下一篇:【转载】FreeBSD下构建安全的Web服务器