当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Creating a OpenBSD 3.5 bootable CD

Unix/Linux
Slackware中MPlayer的手动安装方法
rhel5硬盘安装常见问题
FC6 beryl 0.2.1 编译安装手记
Ubuntu Linux上安装SSH和Vsftpd的方法
新手看招 手把手教你安装VMware虚拟机
tomcat及jdk安装配置文档
Ubuntu6.06 Linux安装Mplayer过程解析
Linux下安装RPM和TAR管理软件包的方法
Linux操作系统下以太网卡的安装及配置
嵌入式Linux 中的应用中的GTK+
对远程数据同步工具Rsync的一些了解
使用自由软件Rexx 的实现来编写脚本
介绍一个Linux下画电路图的软件
集成了大量软件包的DSL Linux
Debian和Gentoo包管理机制比较及延伸
一步一步安装服务器监视软件MRTG
pacman终极提速--metalink
介绍linux上两种rootkits检测工具
Linux下用Mtrace来检查程序内存溢出
如何用APT维护红帽企业版Linux

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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

Creating a OpenBSD 3.5 bootable CDI create the following directory structure /OpenBSD /3.5 /Changelogs /i386 /tools /OpenSSH /patchesnow you should mirror the files from ftp://ftp.openbsd.org/pub/OpenBSD/3.5/i386/ into the directory 3.5(see above)  run in above the OpenBSD directory the following command above the OpenBSD directory mkisofs -l -L -v -r -T \ -V "OpenBSD-3.5" \ -A "OpenBSD v3.5-Release, Custom ISO, 01-05-2004, Please \ support OpenBSD http://www.openbsd.org/orders.html" \ -b 3.5/i386/cdrom35.fs \ -c boot.catalog \ -o openbsd-3.5.i386.iso \ -x openbsd-3.5.i386.iso ./OpenBSD/now you can burn the ISO image