wok-next diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 17461

syslinux/iso2exe: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 22:19:24 2014 +0100 (2014-12-18)
parents aa3f469a31d7
children 877def710e44
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Thu Dec 18 11:42:27 2014 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Thu Dec 18 22:19:24 2014 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4  {
     1.5  	TMP=/tmp/iso2exe$$
     1.6  	mkdir -p $TMP/bin $TMP/dev
     1.7 -	cp -a /dev/?d?* $TMP/dev
     1.8 +	cp -a /dev/?d?* /dev/tty $TMP/dev
     1.9  	$0 --get init > $TMP/init.exe
    1.10  	grep -q mount.posixovl.iso2exe $TMP/init.exe &&
    1.11  	cp /usr/sbin/mount.posixovl $TMP/bin/mount.posixovl.iso2exe \