From: jsg Date: Wed, 3 Jun 2015 01:30:29 +0000 (+0000) Subject: missing __EOT spotted by rpe@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f8f0c30f39e1dc6432afd7e41a9975113aaf5ebd;p=openbsd missing __EOT spotted by rpe@ --- diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md index ec601121f8e..7bba69c6375 100644 --- a/distrib/armv7/ramdisk/install.md +++ b/distrib/armv7/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.12 2015/06/02 19:54:06 rpe Exp $ +# $OpenBSD: install.md,v 1.13 2015/06/03 01:30:29 jsg Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -94,13 +94,14 @@ __EOT if [[ -n $CUBOX ]]; then cat > /tmp/boot.cmd<<__EOT ; setenv loadaddr ${LOADADDR} ; setenv bootargs sd0i:/bsd.umg ; for dtype in usb mmc ; do for disk in 0 1 ; do \${dtype} dev \${disk} ; for fs in fat ext2 ; do if \${fs}load \${dtype} \${disk}:1 \${loadaddr} bsd.umg ; then bootm \${loadaddr} ; fi ; done; done; done; echo; echo failed to load bsd.umg +__EOT mkuboot -t script -a arm -o linux /tmp/boot.cmd /mnt/mnt/boot.scr dd if=/mnt/usr/mdec/cubox/SPL of=/dev/${_disk}c bs=1024 seek=1 dd if=/mnt/usr/mdec/cubox/u-boot.img of=/dev/${_disk}c bs=1024 seek=42 elif [[ -n $NITROGEN ]]; then cat > /tmp/6x_bootscript.scr<<__EOT ; setenv loadaddr ${LOADADDR} ; setenv bootargs sd0i:/bsd.umg ; for dtype in sata mmc ; do for disk in 0 1 ; do \${dtype} dev \${disk} ; for fs in fat ext2 ; do if \${fs}load \${dtype} \${disk}:1 \${loadaddr} bsd.umg ; then bootm \${loadaddr} ; fi ; done; done; done; echo; echo failed to load bsd.umg - __EOT +__EOT mkuboot -t script -a arm -o linux /tmp/6x_bootscript.scr /mnt/mnt/6x_bootscript fi elif [[ ${MDPLAT} == "SUNXI" ]]; then