THIS_FILE="`realpath "$0"`" THIS_FILE="`readlink -f "$0" || realpath "$0"`" THIS_DIR="`dirname "$THIS_FILE"`" # Go to repo root.2 changes: 1 addition & 1 deletion 2 birdhouse/scripts/bootstrap-instance-for-testsuite Original file line numberDiff line numberDiff line change ...
#!/bin/sh # Pack the initrd image using base CPIO archive plus additional files from initrd/ directory # mkimage tool is available in Debian package u-boot-tools DIR=$(dirname $(realpath $0)) INITRD_DIR=$DIR/../initrd CPIO_BASE_FILE=$DIR/../images/superbird.initrd-base.cpio CPIO_FILE...