wok diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 19861
hunspell: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 24 15:04:56 2017 +0100 (2017-03-24) |
parents | d070ffff2c81 |
children | e6f0efe26374 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Sat Mar 18 09:21:47 2017 +0100 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Fri Mar 24 15:04:56 2017 +0100 1.3 @@ -305,8 +305,7 @@ 1.4 cat init > $TMP/init.exe 1.5 find $TMP -type f -print0 | xargs -0 chmod +x 1.6 find $TMP -print0 | xargs -0 touch -t 197001010100.00 1.7 - ( cd $TMP ; find * | grep -v rootfs.gz | cpio -o -H newc ) | \ 1.8 - compress rootfs.gz 1.9 + ( cd $TMP; find dev init.exe | cpio -o -H newc ) | compress rootfs.gz 1.10 rm -rf $TMP 1.11 ls -l $@ rootfs.gz 1.12 cat >> $0 <<EOM