Date: Tue, 30 Jan 2007 17:22:20 +0100 From: Oliver Koch <koch@rz.tu-clausthal.de> To: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de> Cc: freebsd-questions@freebsd.org Subject: Re: customize floppies Message-ID: <45BF70BC.6010007@rz.tu-clausthal.de> In-Reply-To: <45BE1A98.4050302@cs.tu-berlin.de> References: <45BB4FD2.5010708@rz.tu-clausthal.de> <45BE1A98.4050302@cs.tu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hello, Björn König schrieb: > You can modify the existing floppy images. boot.flp contains the first > part of the kernel and kern*.flp the further parts. > > Build a custom kernel using > > makeoptions MODULES_OVERRIDE="" > > in your kernel configuration file. > > # cd /usr/src/sys/i386/conf > # config YOURKERNEL > # cd ../compile > # make cleandepend; make depend > # make > > Take your kernel file and compress it: > > # gzip -9nc kernel > kernel.gz > > Now you can use the 'split-file.sh' script from src/release/scripts to > split the compressed kernel into parts. > > # /usr/src/release/scripts/split-file.sh kernel.gz destdir 1392 Kernel > > You can mount a floppy disk image with the following commands: > > # mdconfig -af boot.flp > md45 > # mount /dev/md45 /mnt > > Replace the kernel parts with your own. > > I hope this helps. I havn't tested it before. There are other ways that > are more elegant. thank you very much, that worked fine! Kind regards, Oliver -- Oliver Koch Phone: +49-(0)5323-72-2626 Computer Center Fax: +49-(0)5323-72-3536 Clausthal University of Technology E-Mail: koch@rz.tu-clausthal.de Erzstraße 51 Web: http://www.rz.tu-clausthal.de 38678 Clausthal-Zellerfeld, Germany [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFv3C8F9sAGRi389URArO4AJ4isvw+bUo2OD32wY50SenSqIkdWACgixQz MmJTVUi0iWwaYuS1HDvJgJA= =jQ99 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45BF70BC.6010007>
