Code Sample |
bash-2.05b# patch -v -p1 -d linux-2.4.26 < knoppix-kernel.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- linux/arch/i386/kernel/setup.c.orig 2002-10-04 01:02:25.000000000 +0200 |+++ linux/arch/i386/kernel/setup.c 2002-10-04 01:03:24.000000000 +0200 -------------------------- File to patch: |
Code Sample |
bash-2.05b# sysctl -a error: unable to open directory '/proc/sys/' |
Code Sample |
mount -t proc none /proc |
Code Sample |
sysctl -a > sysctl.txt |
Quote |
bash-2.05b# patch -v -p1 -d linux-2.4.26 < knoppix-kernel.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- linux/arch/i386/kernel/setup.c.orig 2002-10-04 01:02:25.000000000 +0200 |+++ linux/arch/i386/kernel/setup.c 2002-10-04 01:03:24.000000000 +0200 -------------------------- File to patch: |
Quote |
Since I am wanting to avoid re-inventing the wheel, I hate to start with a make menuconfig and have to guess at what all the existing DSL kernel parameters are. |