1
0
mirror of https://github.com/rancher/os.git synced 2025-05-10 00:56:20 +00:00
os/scripts/package

13 lines
144 B
Plaintext
Raw Permalink Normal View History

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