Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6923218
  • 博文数量: 637
  • 博客积分: 10265
  • 博客等级: 上将
  • 技术积分: 6165
  • 用 户 组: 普通用户
  • 注册时间: 2004-12-12 22:00
文章分类

全部博文(637)

文章存档

2011年(1)

2010年(1)

2009年(3)

2008年(12)

2007年(44)

2006年(156)

2005年(419)

2004年(1)

分类: BSD

2005-03-31 09:35:31

Creating a OpenBSD 3.5 bootable CD

  • I create the following directory structure
      /OpenBSD
    /3.5
    /Changelogs
    /i386
    /tools
    /OpenSSH
    /patches
  • now you should mirror the files from 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
    -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


阅读(1763) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~