1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 15:24:32 +00:00

Bring back installer

This commit is contained in:
Darren Shepherd
2016-06-06 23:00:15 -07:00
parent ac0f317bf8
commit e1d29fbab7
5 changed files with 52 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ if [ "$ROOTFS" != "0" ]; then
fi
./package-initrd
./package-iso
if [ "$INSTALLER" != "0" ]; then
./package-installer
fi