"P. U. (Uli) Kruppa" wrote:
>
> On Thu, 16 Aug 2001, vishwanath pargaonkar wrote:
>
> > pls tell how shd i copy a kernel ie.. kernel.new to
> > kernel using cp.
> > when i try to do this it says operation not permitted.
> > its not allowing for changing permissions too.
> > how to do this?
> try
> # cat kernel.new > kernel
> But do have a look at the permissions afterwards.
>
> Uli
> *--------------------------------------*
> | www.pukruppa.de www.2000d.de |
> | Wuppertal - Germany |
> *--------------------------------------*
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message
cd /sys/compile/MYKERNEL
make install
or by hand:
chflags noschg /kernel
cp /sys/compile/MYKERNEL/kernel /kernel
chflags schg /kernel
--
+------------------------------------+ ______ _ __
| __--_|\ Julian Elischer | \ U \/ / hard at work in
| / \ [EMAIL PROTECTED] +------>x USA \ a very strange
| ( OZ ) \___ ___ | country !
+- X_.---._/ presently in San Francisco \_/ \\
v
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message