wok diff busybox-boot/receipt @ rev 14756

linux-uml: add default initrd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 18 09:58:46 2013 +0200 (2013-06-18)
parents 5ab0716094d5
children a4254bd509cd
line diff
     1.1 --- a/busybox-boot/receipt	Sun Jun 16 19:55:07 2013 +0200
     1.2 +++ b/busybox-boot/receipt	Tue Jun 18 09:58:46 2013 +0200
     1.3 @@ -82,8 +82,8 @@
     1.4  	$jslinux && echo 'stty -F $TTY rows 30 2>/dev/null' >> $fs/usr/share/boot/init
     1.5  	cat >> $fs/usr/share/boot/init <<EOT
     1.6  
     1.7 -busybox | sed '/Current/,\$!d'
     1.8  while true; do
     1.9 +	busybox | sed '/Current/,\$!d'
    1.10  	if [ -x /bin/setsid ]; then
    1.11  		setsid sh -c "exec sh <\$TTY >\$TTY 2>&1"
    1.12  	else