Not picking up the right kernel file
When I run
apt-get update
apt-get install -d linux-image
and then
cd /var/cache/apt/archives/
I don't have a file labeled
linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb
The files that are there are all 2.6.27...
It would appear that I'm not pointed at the right repositories. I haven't changed the /etc/apt/sources.list file. It has the following entries (system won't let me post urls yet so forgive the kludge):
Quote:
deb http:<slashslash>archive.offensive-security.com pwnsauce main microverse macroverse restricted universe multiverse
deb http:<slashslash>archive.ubuntu.com/ubuntu/ intrepid main universe
#deb http:<slashslash>archive.offensive-security.com/repotest ./
Output of uname -a:
Linux vbox-bt4pr 2.6.29.4
Any suggestions would be appreciated.
/txb/