From: Jonathan C. <jco...@ro...> - 2010-09-03 12:20:28
|
There's either something missing or I'm misinterpreting something. The Scramdisk manual in part 6 says: On a Debian or Ubuntu distribution you first have to copy the file /boot/config-Version as .config to the directory /usr/src/linux. Here “Version” is to be replaced with the version number of your Linux kernel. On Fedora distributions the file to copy is in the directory /usr/src/linux-Version/configs. Then call the following commands on these distributions: cd /usr/src/linux make oldconfig I did this: # cd /usr/src/linux # cp /boot/config-2.6.32-25-generic . # mv config-2.6.32-25-generic .config # make oldconfig make: *** No rule to make target `oldconfig'. Stop. What else is needed in /usr/src/linux? Do I also have to unzip the ScramDisk archive into /usr/src/linux? Thanks. |