# HG changeset patch # User Pascal Bellard # Date 1514232799 -3600 # Node ID fb83501c662ef5776c0696c7206e4d4eccc0c35c # Parent 7a846c7d75cd3e20ed37e8dcbd3e882520906523 Typo in build_initfs diff -r 7a846c7d75cd -r fb83501c662e tazlito --- a/tazlito Mon Dec 25 17:16:32 2017 +0100 +++ b/tazlito Mon Dec 25 21:13:19 2017 +0100 @@ -989,7 +989,7 @@ fi if ! $need_lib && [ -x /usr/share/boot/busybox-static ]; then cp /usr/share/boot/busybox-static $TMP_DIR/initfs/bin/busybox - sed -i 's/LD_T.*ot/newline/;s/".*ld-.*) /"/' $TMP_DIR/initfs/init + sed -i 's/LD_T.*ot/echo/;s/".*ld-.*) /"/' $TMP_DIR/initfs/init else cp /bin/busybox $TMP_DIR/initfs/bin if ! cmp /bin/busybox /sbin/insmod > /dev/null ; then