ISO Making Batchfile

May 11, 2004 at 7:56 am (BSD)

Here’s the batch file I use to create OpenBSD
ISO’s from the snapshots I download:

cd c:cd c:\openbsd
c:\cdrtools\mkisofs -v -r -T -l -L -J -V “OpenBSD3.5-current” -b
3.5/i386/cdrom35.fs -c boot.catalog -o
c:/openbsd/snapshot/iso/OpenBSD3.5-current.iso -A “OpenBSD 3.5-current
Install”


Post a Comment