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

Unix/Linux
renice命令:修改一个正在运行进程的优先权
Linux X-Window配置指南
Linux X-Window显卡配置通用解决方法
主引导扇区释疑
linux磁盘管理命令--du
linux磁盘管理命令--df
Zip Drive Mini-HOWTO
做一个最小的Linux kernel
Linux Shadow-Password-HOWTO - 9. 常问问题及答案
Linux Shadow-Password-HOWTO - 8. 加入 shadow 支援
Linux Shadow-Password-HOWTO - 7. 将 Shadow Sui
Linux Shadow-Password-HOWTO - 5. 安装
Linux命令Man解释:usermod:修改使用者帐号
Linux命令Man解释:userdel:删除使用者帐号及相关档案
Linux命令Man解释:mkdir:创建目录
Linux 的中文化问题简介
Linux命令Man解释:whatis:搜寻特定指令
linux 安装常见的 FAQ 问题 (第二版)
RedHat 7.0 安装 NAT 作法简介
KDE 2.1安装及使用介绍

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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