# HG changeset patch # User Xander Ziiryanoff # Date 1422652518 -7200 # Node ID d6c762627d627359cb65078b1d3a32d5d60a53a6 # Parent d3fbb8722ea3c323a92495b0aca5017c304e3867 fix wrong filename "vmlinuz-3.2.53-slitaz6464" See http://forum.slitaz.org/search.php?q=6464 :: http://forum.slitaz.org/topic/testing-slitaz-rolling-core64iso-date-05122014#post-34944 http://forum.slitaz.org/topic/probleme-dinstallation-a-partir-dune-cle-usb#post-35763 diff -r d3fbb8722ea3 -r d6c762627d62 tazinst --- a/tazinst Sat Dec 06 10:23:23 2014 +0100 +++ b/tazinst Fri Jan 30 23:15:18 2015 +0200 @@ -1815,7 +1815,7 @@ fi mkdir -p $TARGET_ROOT/boot || error8 for i in $SOURCE_ROOT/boot/bzImage* ; do - cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage} + cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage*} done log "$(gettext "install_kernel:") $KERNEL" }