tazinst rev 42
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
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
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jan 30 23:15:18 2015 +0200 (2015-01-30) |
parents | d3fbb8722ea3 |
children | 85a328f05776 |
files | tazinst |
line diff
1.1 --- a/tazinst Sat Dec 06 10:23:23 2014 +0100 1.2 +++ b/tazinst Fri Jan 30 23:15:18 2015 +0200 1.3 @@ -1815,7 +1815,7 @@ 1.4 fi 1.5 mkdir -p $TARGET_ROOT/boot || error8 1.6 for i in $SOURCE_ROOT/boot/bzImage* ; do 1.7 - cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage} 1.8 + cp $i $TARGET_ROOT/boot/$KERNEL${i#*bzImage*} 1.9 done 1.10 log "$(gettext "install_kernel:") $KERNEL" 1.11 }