UmVirt LFS Assistant command info

🐒Command info

🔙Parent Directory  -

kernel_install

Info: Install kernel to system boot directory
Commands:
if [ $(uname -m) = i686 ]; then
   ARCH=i386 make modules_install
else
   make modules_install
fi
cp -v arch/x86/boot/bzImage /boot/vmlinuz
cp -v System.map /boot/System.map
cp -v .config /boot/config


Apache/2.4.62 (Debian) Server at ulfs.org Port 443