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

Unix/Linux
Linux 防火墙配置基础篇
初手学堂;跟我学习安装配置RedHat9.0
基于FreeBSD操作系统的安全电子邮件系统架设
Linux下增加Apache的rewrite Module
Linux/Unix下ODBC的安装、配置与编程
安装大型Linux 集群: 简介和硬件配置
安装大型Linux 集群: 配置服务和安装
经典推荐:远程网络安装RedHat-Linux
Linux操作系统下软件的安装方法大全
安装Linux应用软件的五种基本方法
Linux下Resin+JSP+MySQL的安装和配置
清爽漂亮 Ubuntu 7.04 新手指南
Linux操作系统下轻型虚拟机VirtualBox
通过PXE远程安装Linux系统全程解析
打造完美linux系统:常用软件安装
IBM P服务器的Linux基本安装和配置
用VNC访问远端Linux桌面 详细步骤解析
Debian4(Etch)系统简要安装详细介绍
RedHat SELinux系统简介及案例分析
Linux系统源码安装过程中的prefix选项

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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