wok diff memtest-serial/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents beda06c66d60
children 584e67527789
line diff
     1.1 --- a/memtest-serial/receipt	Sat Feb 24 11:14:17 2018 +0100
     1.2 +++ b/memtest-serial/receipt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -20,14 +20,14 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	cat <<EOT
     1.8 -
     1.9 -Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8
    1.10 -EOT
    1.11  	[ -s $1/boot/isolinux/isolinux.cfg ] &&
    1.12  	! grep -qs 'Check memory' $1/boot/isolinux/isolinux.cfg && sed -i \
    1.13  's|LABEL md5|LABEL memtest mem ram\
    1.14  	MENU LABEL Check memory\
    1.15  	KERNEL /boot/memtest.exe\
    1.16  \n&|' $1/boot/isolinux/isolinux.cfg
    1.17 +	cat <<EOT
    1.18 +
    1.19 +Output to vga and serial port. Default kernel cmdline: console=ttyS0,115200e8
    1.20 +EOT
    1.21  }