From: Jonathan C. <jco...@ro...> - 2010-09-03 15:19:08
|
To answer my own question, I see that the linux-source-2.6.32 package installs linux-source-2.6.32.tar.bz2 in /usr/src. If you then extract the archive, you can then "make oldconfig" in /usr/src/linux-source-2.6.32: # cp /boot/config-2.6.32-25-generic . # mv config-2.6.32-25-generic .config # make oldconfig After doing that, I extracted the Scramdisk archive into a folder in my own space and ran: # make # make deb Then I installed the resulting debian package. "make install" spews errors that I don't understand and probably can't solve. I have to remember to just not use it. On 10-09-03 08:20 AM, Jonathan Coles wrote: > 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. > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > SD4L-user mailing list > SD4...@li... > https://lists.sourceforge.net/lists/listinfo/sd4l-user > |