Date: Thu, 6 Apr 2000 16:44:06 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Leif Neland <leif@neland.dk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Making an usefull bootable cd Message-ID: <20000406164406.D39831@strontium.scientia.demon.co.uk> In-Reply-To: <019001bf9f5f$f1fa85a0$0e00a8c0@neland.dk> References: <019001bf9f5f$f1fa85a0$0e00a8c0@neland.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
Leif Neland wrote: > I did mkisofs -b boot.flp -o /c/fbsd.iso /etc /dev /bin /usr/bin > /usr/sbin (etc, from memory), then burned the image from windows. Why not burn it from FreeBSD? > I probably want to create a version of the "2. live filesystem cdrom" > as mentioned in /stand/sysinstall > > How do I make such a thing, is a recipy or an image available > somewhere? Try doing a "make release" in /usr/src/release. Note that this takes quite a while, and needs a LOT more disk space than a "make world" does. At the end you have some directory like /foo/bar/R/cdrom/disc{1,2} (amongst other things) which you can make an ISO filesystem from. disc2 is probably what you want. *thinks* It would probably be easier, thinking about it, to just do a normal buildworld, and then "make DESTDIR=/foo/bar installworld" and then create an ISO image of the whole /foo/bar tree. That way you don't risk forgetting some important bits. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000406164406.D39831>