tazlito rev 475

Typo in build_initfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 25 21:13:19 2017 +0100 (2017-12-25)
parents 7a846c7d75cd
children 694ee477b778
files tazlito
line diff
     1.1 --- a/tazlito	Mon Dec 25 17:16:32 2017 +0100
     1.2 +++ b/tazlito	Mon Dec 25 21:13:19 2017 +0100
     1.3 @@ -989,7 +989,7 @@
     1.4  	fi
     1.5  	if ! $need_lib && [ -x /usr/share/boot/busybox-static ]; then
     1.6  		cp /usr/share/boot/busybox-static $TMP_DIR/initfs/bin/busybox
     1.7 -		sed -i 's/LD_T.*ot/newline/;s/".*ld-.*) /"/' $TMP_DIR/initfs/init
     1.8 +		sed -i 's/LD_T.*ot/echo/;s/".*ld-.*) /"/' $TMP_DIR/initfs/init
     1.9  	else
    1.10  		cp /bin/busybox $TMP_DIR/initfs/bin
    1.11  		if ! cmp /bin/busybox /sbin/insmod > /dev/null ; then