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

Unix/Linux
执行程式:多工与Session
对应DOS与Linux相关的指令
档案维护1.1.档案:前言
在redhat9上建立pppserver
Linux中禁止Ctrl-Alt-Delete
在LinuxShell程序中进行身份验证
使用EnGardeSecureLinux架设站点
RedHatLINUX学习笔记
设置文件所有者权限
./configure,make,make install
温习一下telnet
Downloading ISO's from internet
使人心灵震撼的一组图片
今天是19号, 好几天没有blog了
别人编写的,自己加工过的qmail安装文章,在RH9上绝对没问题
今天晚上自己做的饭,吃得好饱
又多了几天复习时间
查看Linux系统字长
还是vpopmail过不去
陪Yangyh买笔记本

Unix/Linux 中的 Creating a OpenBSD 3.5 bootable CD


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