wok-6.x rev 526
Memtest: typo in unlzma
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 09 14:00:35 2008 +0000 (2008-04-09) |
parents | 208837b71acc |
children | 880f45097250 |
files | memtest/receipt |
line diff
1.1 --- a/memtest/receipt Wed Apr 09 14:43:25 2008 +0200 1.2 +++ b/memtest/receipt Wed Apr 09 14:00:35 2008 +0000 1.3 @@ -28,6 +28,6 @@ 1.4 { 1.5 echo "----" 1.6 echo "You can create memtest boot floppy with:" 1.7 - echo "# unlzma /usr/share/boot/memtest.lzma > /dev/fd0" 1.8 + echo "# unlzma -c /usr/share/boot/memtest.lzma > /dev/fd0" 1.9 echo "----" 1.10 }