Date: Thu, 05 Nov 1998 13:18:46 +0200 From: Plamen Petkov <plamendp@techno-link.com> To: Bill Hamilton <bhamil@cmpu.net>, "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: what "package"? Message-ID: <36418996.CDC3A905@techno-link.com> References: <36412A06.F344960A@cmpu.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Bill Hamilton wrote: > Volume in drive C is WIN95 > Volume Serial Number is 2D62-1800 > Directory of C:\FREEBSD\src > . <DIR> 10-31-98 8:13p . > .. <DIR> 10-31-98 8:13p .. > CHECKSUM MD5 9,812 10-31-98 8:16p CHECKSUM.MD5 > SBASE AA 8,234 10-31-98 8:17p sbase.aa > SBASE INF 39 10-31-98 8:17p sbase.inf > SBIN AA 240,640 10-31-98 8:17p sbin.aa > SBIN AB 240,640 10-31-98 8:18p sbin.ab > SBIN AC 79,155 10-31-98 8:18p sbin.ac > SBIN INF 97 10-31-98 8:18p sbin.inf > SCONTRIB AA 240,640 10-31-98 8:18p scontrib.aa > SCONTRIB AB 240,640 10-31-98 8:18p scontrib.ab > SCONTRIB AC 240,640 10-31-98 8:19p scontrib.ac > SCONTRIB AD 240,640 10-31-98 8:19p scontrib.ad > SCONTRIB AE 240,640 10-31-98 8:20p scontrib.ae > SCONTRIB AF 240,640 10-31-98 8:20p scontrib.af > SCONTRIB AG 240,640 10-31-98 8:20p scontrib.ag > SCONTRIB AH 240,640 10-31-98 8:21p scontrib.ah > SCONTRIB AI 240,640 10-31-98 8:21p scontrib.ai > SCONTRIB AJ 240,640 10-31-98 8:22p scontrib.aj > and so forth..... > Here you will find ssys.* 1. Boot freebsd 2. mount your dos-drive 3 cd to /your/dos-drive/mount-point/FreeBSD/src 4 make sure you have /usr/src created 5 Now, at the command prompt: #cat ssys.?? | tar --unlink -xvpzf - -C /usr/src or if you would like to preserve the files already installed: #cat ssys.?? | tar --keep-old-files --unlink -xvpzf - -C /usr/src 6. Now you have the kernel source installed. that's it. Just a Hint: play with kernel, but don't forget to copy the 'current & working' kernel under a significant name like: # cp /kernel /kernel.SAVEMEPLEASE This will save you much time and problems, beleive me :-) -- ** !REMOVE NOSPAM! ** Plamen D. Petkov FBIS First Bulgarian Internet Store E-mail: mailto:plamendp@NOSPAM.bgstore.com ICQ# : 2214327 FBIS : http://www.bgstore.com 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?36418996.CDC3A905>