LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slack 9.1 kernel 2.6.1 make install fails (https://www.linuxquestions.org/questions/slackware-14/slack-9-1-kernel-2-6-1-make-install-fails-140775/)

LoungeLizard 01-31-2004 03:43 PM

Slack 9.1 kernel 2.6.1 make install fails
 
trying to complie the 2.6.1 kernel and everything went smoothly untill I got to the make install, been messing with it for a bit and cant figure out I am probably missing something stupid and its the lack of sleep the last couple of day, so if any of you can just point me in the right direction I would appreicate it

make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.1/arch/i386/boot/install.sh 2.6.1 arch/i386/boot/bzImage System.map "/boot"
Added Slack.old *
Unrecognized token "2.6.1" at or above line 44 in file '/etc/lilo.conf'
make[1]: *** [install] Error 1
make: *** [install] Error 2


***************LILO.conf**********

# Linux bootable partition config begins
image = /boot/vmlinuz.old
root = /dev/hda3
label = Slack.old
read-only

image = /boot/vmlinuz
root = /dev/hda3
label = Slack 2.6.1
read-only
# Linux bootable partition config ends

Astro 01-31-2004 05:00 PM

Can't have a space in there, it's got to be one word
ex.

image = /boot/vmlinuz
root = /dev/hda3
label = Slack2.6.1
read-only

LoungeLizard 01-31-2004 05:39 PM

duh....thanks that worked sometimes I wounder where my head is

thanks again


All times are GMT -5. The time now is 12:33 PM.