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

Unix/Linux
如何编译xvidcore-0.9.1(转帖)
忘记root密码的解决方法
Building a Chrooted sftp Environment on Linux
Mandrake10.1全解压硬盘安装
Unix 备份与压缩
Mandrake10.1硬盘部分解压安装
Vi 编辑器使用说明
Linux下启动ftp及xdm配置
ip命令手册
硬盘的物理结构
GRUB安装方式
GNU/Wget 使用手册
mini-itx的嵌入式linux开发的第一套设备
Linux下DNS配置
32M DOM或CF嵌入式Linux系统启动盘制作
英国政府的研究报告正式公布力推开源
几个不错的java网站
CFLAGS参数详解(Desktop cflags)
怎样制造Linux?
Cell

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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