1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

fix create-installer to use the installer tarball in the iso

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-01-16 12:37:01 +10:00
parent e5a7889ce9
commit edb8022336
3 changed files with 10 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ while [ "$#" -gt 0 ]; do
CONSOLEDISPLAY=1
;;
--installed)
./scripts/create-installed
INSTALLED=1
;;
*)