1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +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

@@ -48,4 +48,4 @@ REBUILD=1
QEMUARCH=${qemuarch["${ARCH}"]}
TTYCONS=${ttycons["${ARCH}"]}
DEFAULT_KERNEL_ARGS="rancher.debug=true rancher.password=rancher console=${TTYCONS} rancher.autologin=${TTYCONS}"
DEFAULT_KERNEL_ARGS="rancher.debug=false rancher.password=rancher console=${TTYCONS} rancher.autologin=${TTYCONS}"