#!/bin/bash set -e cd $(dirname $0) if [ "$ROOTFS" != "0" ]; then ./package-rootfs fi ./package-initrd ./package-installer ./package-iso