after make install

ll /boot
...
-rw-r--r--    1 root     root      1066336 ���  9 10:36
vmlinuz-2.4.164mdk-1bor

cat /etc/lilo.conf


image=/boot/vmlinuz-2.4.164mdk-1bor
        label=-    <===
        root=/dev/hdb5
        read-only
        optional
        vga=788
        append=" hdd=ide-scsi devfs=mount"
        initrd=/boot/initrd-2.4.164mdk-1bor.img

Is it not possible to have a dash appended?

Reply via email to