Re: 2 linux questions

2003-11-27 Thread Jakob Lell
On Monday 24 November 2003 12:56, Bjorn Johansson wrote:
 Hello!

 1. How do a patch my kernel?
Hello,
if you use kernel-package, you can just run this:
make-kpkg --added-patches foo ...
See man make-kpkg for more details.
If you want to patch your kernel source tree permamently (or there is no 
debian package for the patch), you can use this commands:
cd /path/to/kernel/source
cat /path/to/patch|patch -p1

 2. How do I lowformat one of my partitions?
 (without booting up the installation)
If you use ext2:
mke2fs /dev/hdXn

If you prefer ext3:
mke2fs -j /dev/hdXn

Regards
 Jakob


 Björn Johansson
 Debian user (since Slink)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



2 linux questions

2003-11-26 Thread Bjorn Johansson

Hello!

1. How do a patch my kernel?
2. How do I lowformat one of my partitions?
(without booting up the installation)


Björn Johansson
Debian user (since Slink)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 2 linux questions

2003-11-26 Thread Andreas Goesele
Bjorn Johansson [EMAIL PROTECTED] writes:

 1. How do a patch my kernel?

In your kernel's source directory do for instance:

patch -p1  /path/to/my.patch

Then compile as normal.

But is this the answer to the question you asked?

Andreas Goesele

-- 
Omnis enim res, quae dando non deficit, dum habetur et non datur,
nondum habetur, quomodo habenda est.
  Augustinus, De doctrina christiana


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]