1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Convert install script to go

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-12-01 13:55:19 +10:00
parent 80820e610a
commit 087bc6fd2d
15 changed files with 797 additions and 29 deletions

View File

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