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

Unix/Linux
Linux下也能用Win Modem
晚上新增一块scsi硬盘...
如何知道某个硬盘是fixed型,还是removable型。
windows98訪問2000和xp的問題
使用自建的证书服务器安装SSL(apache)转贴
linux入门教程 第1章 系统简介
Linux新手系列之一
进入Linux的知识问答
Linux新手系列之三
Linux新手系列之二
在Linux下安装JDK1.5
Linux操作系统网络应用解疑
活用Linux操作系统的后台任务
怎样在UNIX系统下安装MySQL
Linux 档案与目录管理
Linux 挂载文件系统
安装了Ubuntu
Linux 开机流程分析
如何在移动驱动器上安装Linux
Gobolinux

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 93 ::
收藏到网摘: 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