1
0
mirror of https://github.com/rancher/os.git synced 2025-06-20 12:11:56 +00:00
os/scripts/package
2016-06-07 11:21:27 -07:00

14 lines
183 B
Bash
Executable File

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