After download kernel from apt-get 1. apt-get source linux-image-2.6.15-23-386 2. cp /boot/config-2.6xxx .config 3. make menuconfig 4. load from .config 5. make bzImage 6. make modules 7. make modules_install 8. make install every time I'll fail in make install does any guys have correct process for build +++++++++++++++++++++ sh /usr/src/linux-2.6.15.le/arch/i386/boot/install.sh 2.6.15.le arch/i386/boot/bzImage System.map "/boot" /usr/sbin/mkboot: line 20: [: proc: unary operator expected In order to use the new kernel image you have just installed, you will need to reboot the machine. First, however, you will need to either make a bootable floppy diskette, re-run LILO, or have GRUB installed. ++++++++++++++++++++++
lecheel (lecheel) 2093 天前發言
After download kernel from apt-get
1. apt-get source linux-image-2.6.15-23-386
2. cp /boot/config-2.6xxx .config
3. make menuconfig
4. load from .config
5. make bzImage
6. make modules
7. make modules_install
8. make install
every time I'll fail in make install
does any guys have correct process for build
+++++++++++++++++++++
sh /usr/src/linux-2.6.15.le/arch/i386/boot/install.sh 2.6.15.le arch/i386/boot/bzImage System.map "/boot"
/usr/sbin/mkboot: line 20: [: proc: unary operator expected
In order to use the new kernel image you have just installed, you
will need to reboot the machine. First, however, you will need to
either make a bootable floppy diskette, re-run LILO, or have GRUB
installed.
++++++++++++++++++++++