wok-next annotate memtest-serial/receipt @ rev 16012
syslinux/iso2exe: access both local and isofs namespaces
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 04 21:00:29 2014 +0000 (2014-03-04) |
parents | 6605161a54b7 |
children | d0ddd1e74d41 |
rev | line source |
---|---|
pascal@15237 | 1 # SliTaz package receipt. |
pascal@15237 | 2 |
pascal@15237 | 3 PACKAGE="memtest-serial" |
pascal@15468 | 4 VERSION="5.01" |
pascal@15237 | 5 CATEGORY="base-system" |
pascal@15237 | 6 SHORT_DESC="Memory failures detection tool using serial port." |
pascal@15237 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15237 | 8 LICENSE="GPL" |
pascal@15237 | 9 WEB_SITE="http://www.memtest.org/" |
pascal@15237 | 10 WANTED="memtest" |
pascal@15237 | 11 |
pascal@15237 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15237 | 13 genpkg_rules() |
pascal@15237 | 14 { |
pascal@15237 | 15 mkdir -p $fs/boot |
pascal@15237 | 16 cp $src/memtest.packed-115200 $fs/boot/memtest |
pascal@15237 | 17 } |
pascal@15237 | 18 |
pascal@15237 | 19 # Pre and post install commands for Tazpkg. |
pascal@15237 | 20 post_install() |
pascal@15237 | 21 { |
pascal@15237 | 22 cat <<EOT |
pascal@15237 | 23 Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8 |
pascal@15237 | 24 EOT |
pascal@15237 | 25 } |