免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2105 | 回复: 0
打印 上一主题 下一主题

openbsd安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-10-18 14:43 |只看该作者 |倒序浏览

   无疑CD-ROM 是最方便快捷的一种方式了,自已可以制做OpenBSD的安装光盘来安装。下面部分是软盘镜像的安装方法。不过引导启动后,安装的过程大同小异,只要选择安装途径为CD就可以了。我第一次安装时在分区那一步卡住了,才在网上找到材料,同时供想安装OPENBSD的朋友参考一下。

用软盘启动系统!我们会看到蓝色背景的字!这里是OpenBSD的开机信息!然后我们会看到下面的这个:
erase ^?, werase ^W, kill ^U, intr ^C, status ^T
(I)nstall, (U)pgrade or (S)hell? I
选择I, 安装新系统, 如果是从原来的系统上升级则选择U, 或者你可以选择S, 在SHELL下操作, 其实当你在安装过程序中自己有某些设置错误Ctrl + c中止后, 也是回到这个SHEEL下操作的!在SHEEL下执行install就是安装系统。
Welcome to the OpenBSD/i386 3.3 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.
Specify terminal type: [vt220]
Do you wish to select a keyboard encoding table? [n] y
选择键盘类型, 一些都是US。
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? [n] y
下面我们继续安装:
Cool! Let's get to it...
You will now initialize the disk(s) that OpenBSD will use. To enable all
available security 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] Enter
是否整个硬盘都安装OpenBSD, 是.
Do you want to use *all* of wd0 for OpenBSD? [no] yes
Treating sectors 63-6303024 as the OpenBSD portion of the disk.
You can use the 'b' command to change this.
Initial label editor (enter '?' for help at any prompt)
> ? 现在我们来进行硬盘分区, 这里打入?寻求帮助!
Available commands:
p [unit] - print label.
M - show entire OpenBSD man page for disklabel.
e - edit drive parameters.
a [part] - add new partition.
b - set OpenBSD disk boundaries.
c [part] - change partition size.
d [part] - delete partition.
D - set label to default.
g [d|b] - Use [d]isk or ios geometry.
m [part] - modify existing partition.
n [part] - set the mount point for a partition.
r - recalculate free space.
u - undo last change.
s [path] - save label to file.
w - write label to disk.
q - quit and save changes.
x - exit without saving changes.
X - toggle expert mode.
z - zero out partition table.
? [cmnd] - this message or command specific help.
Numeric parameters may use suffixes to indicate units:
'b' for bytes, 'c' for cylinders, 'k' for kilobytes, 'm' for megabytes,
'g' for gigabytes or no suffix for sectors (usually 512 bytes).
Non-sector units will be rounded to the nearest cylinder.
Entering '?' at most prompts will give you (simple) context sensitive help.
>
我分了五个区, a 根分区 200M, b 交换分区 300M , d 100M /tmp, e 100M /var , f 最后的全给 /usr,
使用 d删除分区,a 创建分区,p 查看分区情况,q 退出!
d a 删除a分区
a a 创建a分区
p g 查看分区, 大小以G显示
p m 查看分区, 大小以M显示
下面我们挂载分区:
The root filesystem will be mounted on wd0a.
wd0b will be used for swap space.
Mount point for wd0d (size=122976k), none or done? [/tmp] Enter
Mount point for wd0e (size=82152k), none or done? [/var] Enter
Mount point for wd0g (size=2097144k), none or done? [/usr] Enter
Mount point for wd0h (size=4194288k), none or done? [/home] Enter
Mount point for wd0d (size=122976k), none or done? [/tmp] done
Done - no available disks found.
You have configured the following partitions and mount points:
wd0a /
wd0d /tmp
wd0e /var
wd0g /usr
wd0h /home
格式化分区:
The next step creates a filesystem on each partition, ERASING existing data.
Are you really sure that you're ready to proceed? [n] y
/dev/rwd0a: 307440 sectors in 305 cylinders of 16 tracks, 63 sectors
200MB in 20 cyl groups (16 c/g, 7.88MB/g, 1920 i/g)
/dev/rwd0b: 245952 sectors in 244 cylinders of 16 tracks, 63 sectors
300MB in 16 cyl groups (16 c/g, 7.88MB/g, 1920 i/g)
/dev/rwd0d: 164304 sectors in 163 cylinders of 16 tracks, 63 sectors
100MB in 11 cyl groups (16 c/g, 7.88MB/g, 1920 i/g)
/dev/rwd0e: 4194288 sectors in 4161 cylinders of 16 tracks, 63 sectors
100MB in 261 cyl groups (16 c/g, 7.88MB/g, 1920 i/g)
/dev/rwd0f: 8388576 sectors in 8322 cylinders of 16 tracks, 63 sectors
2300MB in 521 cyl groups (16 c/g, 7.88MB/g, 1920 i/g)
/dev/wd0a on /mnt type ffs (rw, asynchronous, local, ctime=Thu Oct 10 21:
50:36 2 002)
/dev/wd0h on /mnt/home type ffs (rw, asynchronous, local, nodev, nosuid,
ctime=Thu Oct 10 21:50:36 2002)
/dev/wd0d on /mnt/tmp type ffs (rw, asynchronous, local, nodev, nosuid,
ctime=Thu Oct 10 21:50:36 2002)
/dev/wd0g on /mnt/usr type ffs (rw, asynchronous, local, nodev, ctime=Th
u Oct 10 21:50:36 2002)
/dev/wd0e on /mnt/var type ffs (rw, asynchronous, local, nodev, nosuid,
ctime=Th u Oct 10 21:50:36 2002)
配置主机名
Enter system hostname (short form, e.g. 'foo'): OpenBSD
配置网络:
Configure the network? [y] Enter
Available interfaces are: ne3.
Which one do you wish to initialize? (or 'done') [ne3] Enter
Symbolic (host) name for fxp0? [puffy] Enter
The default media for fxp0 is
media: Ethernet autoselect (100baseTX full-duplex)
Do you want to change the default media? [n] Enter
IP address for fxp0? (or 'dhcp') 202.116.92.235
Netmask? [255.255.255.0] 255.255.254.0
Done - no available interfaces found.
DNS domain name? (e.g. 'bar.com') [my.domain] OpenBSD.localhost
DNS nameserver? (IP address or 'none') [none] 202.116.64.1
Use the nameserver now? [y] Enter
Default route? (IP address, 'dhcp' or 'none') 202.116.92.1
add net default: gateway 202.116.92.1
Edit hosts with ed? [n] Enter
Do you want to do any manual network configuration? [n] Enter
设置root密码, 不会显示出来的!
Password for root account? (will not echo)
Password for root account? (again)
现在我们选择安装方式, 我是FTP安装!硬盘安装就设置相应的东西就行了!
You will now specify the location and names of the install sets you want to
load. You will be able to repeat this step until all of your sets have been
successfully loaded. If you are not sure what sets to install, refer to the
installation notes for details on the contents of each.
Sets can be located on a (m)ounted filesystem; a (c)drom, (d)isk or (t)ape
device; or a (f)tp, (n)fs or (h)ttp server.
Where are the install sets? f
下面我们设置FTP服务器的地址!
是否要设置代理? FTP, HTTP安装都一样, 如果需要设置一下!
HTTP/FTP proxy URL? ( e.g. ‘http://proxy.8080’, or ‘none’ ) [ none ] Entry
查看FTP列表:
Do you want to see a list of potential ftp servers? [ y ] n
设置FTP的地址
Server IP address, or hostname ? 我的FTP地址
Does the server support passive mode ftp? [ y ]
设置放置安装文件的目录, 根据自己的设置写目录:
Server directory? [ pub/OpenBSD/3.3/i386 ] openbsd/OpenBSD
是否匿名登陆, 不是, 则输入用户名, 密码!
Login? [ anonymous ] usernme
Password? [ will no echo ] password
下面是选择要安装的软件包:我试过, 如果你的FTP上有几个包它会显示几个包, 但有几个包是一定要的:bsd, base33.tgz, etc33.tgz, comp33.tgz, man33.tgz. 打入all将选择全部安装:
The following sets are available. Enter a filename, 'all' to select
all the sets, or 'done'. You may de-select a set by prepending a '-'
to its name.
[X] bsd
[ ] bsd.rd
[X] base33.tgz
[X] etc33.tgz
[X] misc33.tgz
[X] comp33.tgz
[X] man33.tgz
[X] game33.tgz
[ ] xbase33.tgz
[ ] xshare33.tgz
[ ] xfont33.tgz
[ ] xserv33.tgz
File Name? (or 'done') [bsd.rd] all
The following sets are available. Enter a filename, 'all' to select
all the sets, or 'done'. You may de-select a set by prepending a '-'
to its name.
[X] bsd
[X] bsd.rd
[X] base33.tgz
[X] etc33.tgz
[X] misc33.tgz
[X] comp33.tgz
[X] man33.tgz
[X] game33.tgz
[X] xbase33.tgz
[X] xshare33.tgz
[X] xfont33.tgz
[X] xserv33.tgz
File Name? (or 'done') [done] doen
选择好包后, 开始下载安装:
Ready to install sets? [y] Enter
Getting bsd ...
100% |**************************************************| 4472 KB 00:03
Getting bsd.rd ...
100% |**************************************************| 4190 KB 00:02
Getting base33.tgz ...
100% |**************************************************| 30255 KB 00:21
Getting etc33.tgz ...
100% |**************************************************| 1469 KB 00:01
Getting misc33.tgz ...
100% |**************************************************| 1828 KB 00:01
Getting comp33.tgz ...
100% |**************************************************| 16207 KB 00:13
Getting man33.tgz ...
100% |**************************************************| 5921 KB 00:04
Getting game33.tgz ...
100% |**************************************************| 2545 KB 00:01
Getting xbase33.tgz ...
100% |**************************************************| 9073 KB 00:06
Getting xshare33.tgz ...
100% |**************************************************| 1574 KB 00:02
Getting xfont33.tgz ...
100% |**************************************************| 30666 KB 00:21
Getting xserv33.tgz ...
100% |**************************************************| 14948 KB 00:11
Sets can be located on a (m)ounted filesystem; a (c)drom, (d)isk or (t)ape
device; or a (f)tp, (n)fs or (h)ttp server.
Where are the install sets? (or 'done')done
现在基本包安装完成!设置一下时区, 还有你以后要不要运行X:
Extract more sets? [n] Enter
Do you expect to run the X Window System? [y] y
Saving configuration files......done.
Generating initial host.random file ......done.
What timezone are you in? ('?' for list) [US/Pacific] ? 寻求帮助!
Africa/ Chile/ GB-Eire Israel NZ-CHAT Turkey
America/ Cuba GMT Jamaica Navajo UCT
Antarctica/ EET GMT+0 Japan PRC US/
Arctic/ EST GMT-0 Kwajalein PST8PDT UTC
Asia/ EST5EDT GMT0 Libya Pacific/ Universal
Atlantic/ Egypt Greenwich MET Poland W-SU
Australia/ Eire HST MST Portugal WET
Brazil/ Etc/ Hongkong MST7MDT ROC Zulu
CET Europe/ Iceland Mexico/ ROK posix/
CST6CDT Factory Indian/ Mideast/ Singapore posixrules
Canada/ GB Iran NZ SystemV/ right/
What timezone are you in? ('?' for list) [US/Pacific] Asia
然后选择:Shanghai,
Making all device nodes...done.
Installing boot block...
boot: /mnt/boot
proto: /usr/mdec/biosboot
device: /dev/rwd0c
/usr/mdec/biosboot: entry point 0
proto bootblock size 512
room for 12 filesystem blocks at 0x16f
Will load 7 blocks of size 8192 each.
Using disk geometry of 63 sectors and 240 heads.
0: 9 @(203 150 55) (3078864-3078872)
1: 63 @(203 151 1) (3078873-3078935)
2: 24 @(203 152 1) (3078936-3078959)
3: 16 @(203 8 47) (3069910-3069925)
/mnt/boot: 4 entries total
using MBR partition 1: type 166 (0xa6) offset 3069360 (0x2ed5b0)
...done.
CONGRATULATIONS! Your OpenBSD install has been successfully completed!
To boot the new system, enter halt at the command prompt. Once the
system has halted, reset the machine and boot from the disk.
# reboot
现在重启, 系统已安装完成!
在安装时我们安装了X, 现在我们配置X-windows, 运行xf86cfg设置!OpenBSD的默认桌面是fvwm.
现在我们给系统添加新用户adduser, 在第一次使用时会有一些基本的设置, 如密码使用什么加密, 有好几种, 我选择了最常用的md5,
首先, 我们开始安装内核源代码, 为以后编译内核作准备!
如果你有CD,则只需要从CD中取出src.tar.gz,cd /usr/src 然后tar xvzf src.tar.gz, 上篇, 我们是从FTP安装的, 因此, 我们要下载两个包:src.tar.gz, sys.tar.gz.
ftp://ftp.ca.openbsd.org/pub/FreeBSD/3.3/i386/src.tar.gz

ftp://ftp.ca.openbsd.org/pub/FreeBSD/3.3/i386/sys.tar.gz

安装ports tree, 下载ports.tar.gz, 然后copy /usr/ , tar xzvf ports.tar.gz .
ftp://ftp.ca.openbsd.org/pub/FreeBSD/3.3/i386/ports.tar.gz

安装cvsup,
下载cvsup-16.1f.tar.gz, 如果没安装X则下载 cvsup-16.1f-no_X.tar.gz
ftp://ftp.ca.openbsd.org/pub/FreeBSD/3.3/packages/i386/cvsup-16.1f..tar.gz

pkg_add cvsup-16.1f.tar.gz
装完以后需要自己手工生成配置文件,不象FreeBSD那样可以拷贝一个example。
cd /usr
mkdir cvsup  
cd cvsup
编辑cvsup-supfile
mg cvsup-supfile
#注意需要用mg,不是vi什么的
#Defaults that apply to all the collections
*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=cvsup.uk.openbsd.org
*default base=/usr
*default prefix=/usr/cvsup
#If your network link is T1 or faster, comment out the following line.  
*default compress
OpenBSD-all
#OpenBSD-src
#OpenBSD-www
#OpenBSD-ports
#OpenBSD-x11
#OpenBSD-xf4
保存,
# cvusp –g –L 2 cvsup-supfile 就可升级ports tree等了!
安装软件同FreeBSD下一样, 以后再说说编译内核吧!
主要cvsup站点:
cvsup.uk.openbsd.org]
cvsup.de.openbsd.org
cvsup2.de.openbsd.org
cvsup.hu.openbsd.org
cvsup.fr.openbsd.org
cvsup.ca.openbsd.org
cvsup.usa.openbsd.org
cvsup.kr.openbsd.org
cvsup.no.openbsd.org
cvsup.pt.openbsd.org
anoncvs.de.openbsd.org
rt.fm
skeleton.phys.spbu.ru
cvsup.jp.OpenBSD.org
mirror.osn.de
openbsd.informatik.uni-erlangen.de
OpenBSD-src - The src repository
OpenBSD-ports - The ports repository
OpenBSD-www - The www repository
OpenBSD-x11 - The XFree86-3 repository
OpenBSD-xf4 - The XFree86-4 repository
OpenBSD-all - All OpenBSD repositories
OpenBSD的内核配置文件因为支持多平台,所以相应平台的配置  
文件就存放在/usr/src/sys/arch/$ARCH/conf/里,这里的$ARCH就是你所用的平台名称。以i386为例介绍对内核有优化作用的选项。  
cd /usr/src/sys/arch/i386/conf
cp GENERIC mine
vi mine
O 处理器及I/O部分有:  
option I686_CPU  
这个很简单,与FreeBSD一样  
#option GPL_MATH_EMULATE  
别把它打开除非你的机器老得连FPU都没有  
option DUMMY_NOPS  
把开机延迟关掉  
option UVM  
高级虚拟内存系统,在系统进行交换时提高速度所用  
#option MFS  
这个也与FreeBSD含义一样,用于建立内存盘以提升数据访问速度  
O 网络部分有:  
option NMBCLUSTERS="8192"  
与FreeBSD含义一样,提升高流量时的网络操作速度并提高内核稳定性。如流量低可用1024或2048  
另外,把不需要的网卡设备都注释掉,这样可以减小内核容量提升启动速度。  
O 磁盘设备部分有:  
option BUFCACHEPERCENT=45  
保留45%的系统内存作为文件系统的缓存,顾名思义,根据实际系统内存数来取值,推荐取低一些的值  
另外,与网络部分一样,把不需要的磁盘设备(scsi、ide)都注释掉。  
配完了内核,依次打:  
cd /usr/src/sys/arch/i386/conf ;  
config mine
cd ../compile/mine ;  
make depend && make  
cp /bsd /bsd-old ; cp bsd /bsd  
重启后就可以直接用刚才编译好的新内核了,如果它有任何问题,可以重启后在boot>的提示符上输入刚才换名的旧内核,命令格式为:  
boot> boot device:/kernelold  
把device换成你存放旧内核的盘设备即可。顺便提一下,你可以在上述命令后加上一个-c选项进入User Kernel Config界面,它提供与FreeBSD下一样的配置功能。
网络配置
因为与FreeBSD等配置有点出入, 所以我在这里指出来!
我自己是使用局域网, 所以只介绍这个方面的, 如果有人使用的是PPP方式, 可自行查看官方站点上的FAQ。
可能很多使用OpenBSD的人是从FreeBSD下转过来的, 但OpenBSD的网络设置与FreeBSD有所不同, 它的网络配置没有写进rc.conf, 而是作为单独的文件存放的。
网卡IP存放在/etc/hostname.网卡型号名, 网关存放在/etc/mygate
主机名存放在/etc/myname, 名字服务器地址没变, 存放在/etc/resolv.conf
我们使用ifconfig –a 查看网卡型号:(这个是我已配置好的)
lo0: flags=8049 mtu 33224
inet 127.0.0.1 netmask 0xff000000
lo1: flags=8008 mtu 33224
ne0: flags=8863 mtu 1500
address: 00:e0:4c:e0:45:0c
media: Ethernet autoselect (10baseT)
inet ***.***.***.*** netmask 0xfffffe00 broadcast ***.***.***.***
pflog0: flags=0 mtu 33224
pfsync0: flags=0 mtu 2020
我的网卡是ne0, 但不知怎么的, 系统安装好后, 在/etc/中建立的文件却是hostname.ne3, 我只好自己手动改成 hostname.ne0,
关于这个hostname.*文件的格式:
inet 192.168.0.1 netmask 255.255.255.0 NONE
inet 指定ip地址, netmask指定网络掩码。
当然你也可以指定详细的网卡说明:
inet 10.0.0.38 255.255.255.0 NONE media 100baseTX mediaopt full-duplex
现在指定网关, 修改/etc/mygate, 写入网关IP就行了。
主机名, 写入/etc/myname.
/etc/resolv.conf, 与别的系统一样的, 这个就不用说了!
http://www.safeexpert.net/openbsd/

OpenBSD安装指南
第一节 安装的前期工作
OpenBSD有3种安装方式:CDROM安装,FTP安装和硬盘安装。在本例中,我们主要讲解从光盘安装OpenBSD的方法,其他的安装方式将在后面的章节中作详细的介绍。
首先,请将计算机的BIOS设置为从光盘启动,将OpenBSD 3.3的光盘放入计算机,计算机启动后,屏幕出现启动信息,并出现boot>的提示符。(见图001)
这时敲回车键继续,或者静待几秒钟,安装进程回自动往下进行。)

直到屏幕出现以下提示:
(I)nstall,(U)pgrade or (S)hell?
其中(I)代表安装一个全新的系统,(U)代表升级原有的OpenBSD旧版本的系统,(S)代表退出并进入命令行状态。
我们要安装一个全新的OpenBSD系统,所以我们在这里输入I,并回车。(当然你业可以按下Ctrl+C退回到命令行状态,再次输入install回到安装程序,如果在安装程序时误操作,可以使用这种方法进入命令行状态然后再重新回到安装程序开始安装。)然后在欢迎辞之后,安装程序会提示我们选择终端类型。(
我们就采用系统默认的就可以了,直接按回车继续。然后系统会提示选择键盘布局。
对于我们大部分的中国用户而言,我们使用的都是标准的美式键盘,这也是OpenBSD默认的键盘布局,所以我们直接按回车继续。接下来,安装程序会询问我们在什么样的硬盘上安装OpenBSD系统,并提醒我们做好硬盘原有数据的备份工作。
然后,安装程序提示是否开始安装,我们直接输入y,并回车,安装程序开始检测可用的硬盘。
安装程序检测到系统中有一个IDE接口的硬盘,并询问在哪个硬盘上安装,我们直接按回车继续往下。
注意:在OpenBSD系统中对于IDE接口的硬盘的命名方式是wd0,wd1,wd2……依次类推,而SCSI接口的硬盘则是sd0,sd1,sd2……依次类推。
接下来系统询问是否将检测到的整个硬盘都给OpenBSD使用,默认是no,但是我们在这里是要将OpenBSD作为服务器来用,所以我们在这里输入yes,并回车。因为在网络上很少有人会在一台服务器上同时安装两套系统并来回切换使用,从技术上来说这并不是什么问题,不过这是没有必要的。
接下来系统会进入OpenBSD的fdisk程序。
第二节 硬盘分区
OpenBSD的fdisk的使用还是比较简单的,在>提示符下输入?将显示帮助,命令p用来显示显示当前硬盘分区的划分情况。
命令d用来删除现有的分区(注意:c分区被OpenBSD系统保留使用,不能被删除或者被变更),命令z用来清空OpenBSD的分区表,命令a用来创建新的OpenBSD分区。
partition是分区编号,从a分区开始,c分区跳过。
offset是指每一个分区的偏移地址。
size是分区大小。可以直接输入分区的偏移地址也可以直接输入m为单位的数值,比如图010所示,我们在size项输入200m,系统回应说这个值近似于的偏移地址为409185。
FS type是文件系统类型。
mount point是挂载点。
注意:b分区默认是留给swap分区的,并且swap分区无需mount point。
我在这里将一个4G的硬盘划分为六个分区:“/”分区200M,“swap”分区500M,“/tmp”分区500M,“/var”分区800M,“/usr”分区1000M,“/home”分区1400M。
划分好分区之后用w命令保存分区信息,q命令退出fdisk程序。系统会再次确认目录分配,给你一个修正的机会,如果确定没有错误的话,输入done并回车即可。
安装程序开始挂载分区,系统提示下一步将在分区上格式化并创建文件系统,是否继续,我们在这里输入y,按回车继续。
接下来安装程序开始格式化分区并创建文件系统。
格式化完成之后便开始配置网络。
第三节 配置网络
格式化完成之后便开始配置网络。
System hostname?配置主机名,我们在这里输入openbsd。
Configure the network?是否配置网络,输入y。
系统检测到有两块网卡,分别是le1和le2。设备名中的le指的是芯片组厂商(rl 就是著名的全世界最便宜的RTL8139芯片,而de就是D-Link,等等)在实际安装过程中,系统会根据你的网卡的品牌和类型返回不同的名称,以实际安装为准。
Which one do you wish to initialize?(or done)[le1]我们在这里直接回车或者输入le1。
Symbolic (host) name for le1?[openbsd]这里就用默认的我们先前设置的主机名openbsd,直接回车。
IP address for le1?我们在这里输入我们要使用的外部地址。
Netmask?我们在这里输入这个的外部地址的子网掩码。
然后系统检测到还有网卡le2没有被配置,那我们就给它分配一个内部地址192.168.0.1/24。
DNS domain name?这里我们就以中国BSD联盟的域名为例,输入chinabsd.org。
DNS nameserver?域名服务器,这里我们旧以苏州电信的DNS为例,输入202.102.14.141。
Use the nameserver now?是否现在就使用此域名服务器,输入y。
Default router?默认路由,并且会被设置成默认网关,输入我们在电信的网关即可。
Edit hosts with ed?[n]
Do you want to do any manual network configuration?[n]这两个都是询问我们是否要手动修改网络配置,这里我们都输入n,待安装完成后,我们可以进系统再做修改。
最后输入管理员口令并确认即可。
接下来安装程序开始软件包的安装。
第四节 安装软件包
在网络配置完成之后安装程序开始软件包的安装。
安装程序询问用哪种方式安装,我们输入c,从cdrom上安装,然后选择第一个cdrom设备cd0,回车继续。
系统提示选择安装路径,选择默认的3.3/i386,回车继续。
接下来开始选择安装软件包,因为我们是将OpenBSD作为服务器使用,不需要图形界面,所以只需要选择bsd、base33.tgz、etc33.tgz、comp33.tgz、man33.tgz这五个软件包即可。如果你需要图形界面只需输入all即可。注意:删除已选择的软件包用“-”符号,比如我们要删除base33.tgz,这时我们只需要输入-base33.tgz即可。
选择好软件包以后,输入done继续,安装程序提示是否解包,当然我们输入y。
安装程序开始解包,因为我们使用的是自定义安装,所以解包完成之后,安装程序再次询问用哪种方式安装,这时我们输入done继续。
随即安装程序开始保存配置,创建系统。
接下来开始时区设置。
第五节 时区设置
时区设置时,输入?可以查看帮助。
我们先选择大洲,我们输入Asia,回车,继续。到下一个提示我们输入?,出现选择城市画面。
我们输入Shanghai。
当然我们也可以在最开始直接输入Asia/Shanghai。
时区设置完成之后,便进入OpenBSD安装的收尾工作。
第六节 结束安装
时区设置完成之后,便进入OpenBSD安装的收尾工作。
直到安装程序提示安装成功,我们终于看见了#提示符,然后在#提示符状态下输入reboot,重新启动计算机,到此一个全新的OpenBSD安装完成。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/23047/showart_186773.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP