1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/scripts/package

14 lines
183 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
cd $(dirname $0)
2016-05-22 23:11:26 -07:00
if [ "$ROOTFS" != "0" ]; then
./package-rootfs
fi
2016-05-06 10:12:09 -07:00
./package-initrd
./package-iso
2016-06-06 23:00:15 -07:00
if [ "$INSTALLER" != "0" ]; then
./package-installer
fi