1
0
mirror of https://github.com/rancher/os.git synced 2025-05-09 00:26:21 +00:00
os/scripts/package
Sven Dowideit 087bc6fd2d Convert install script to go
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-01-15 23:39:38 +00:00

13 lines
144 B
Bash
Executable File

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