Bootable CDROM creation system
Ruslan Ermilov
ru at freebsd.org
Thu Jun 9 07:46:36 GMT 2005
On Thu, Jun 09, 2005 at 08:35:59AM +0200, Dag-Erling Sm?rgrav wrote:
> Chad David <davidc at acns.ab.ca> writes:
> > My company built a tool a few years back for creating a bootable cdrom
> > based on a running host FreeBSD 3/4 system, which promptly got shelved and
> > forgotten.I recently had to update it for FreeBSD 5 and thought that
> > perhaps the community at large could make use it before it gets forgotten
> > again.
>
> # cd /usr/src
> # make buildworld buildkernel
> # mkdir /tmp/cdrom
> # make installworld installkernel DESTDIR=/tmp/cdrom
> # cd /usr/src/etc
> # make distribution DESTDIR=/tmp/cdrom
> # mkisofs -o /tmp/cdrom.iso -r -no-emul-boot -b /tmp/cdrom/boot/cdboot /tmp/cdrom
> # burncd -s max data /tmp/cdrom.iso fixate eject
>
> did I leave anything out?
>
:-)
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20050609/4dc28fdc/attachment.bin
More information about the freebsd-hackers
mailing list