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

Unix/Linux
充分利用Linux操作系统安全防护工具
关于Linux下的抓图软件和使用方法介绍
制作在软盘上跑的Linux引导器详细过程
基于libmad 的简单MP3流媒体播放器的实现
Linux系统命令行 Find工具使用小技巧
分区指南 实例解说fdisk工具的使用
打造自己的Linux 常用应用软件列表
如何补上Linux缺乏应用软件的不便之处
新手看招 Linux操作系统的几种引导方法
Linux和Unix系统中的vi编译器使用入门
深入理解软件包的配置、编译与安装方法
Linux操作系统下Telnet的设置方法介绍
全力打造自己的Linux操作系统开发环境
Linux下计算程序运行时间的两种方法
新手看招 Linux菜鸟必学的60个命令
Linux系统命令应用指南
Linux命令行Find小技巧
网络擂台 DOS和Linux常用命令的对战
linux下screen命令的使用
Linux后台进程(cron和crontab)

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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