From 8b9edc2836e6454c7b28e873c229a6d6e7ec4a4b Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Wed, 5 Oct 2016 00:49:00 -0700 Subject: [PATCH] Autologin to ttyS1 in Packet --- scripts/hosting/packet/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hosting/packet/packet.sh b/scripts/hosting/packet/packet.sh index 1edbde5c..a7623bba 100644 --- a/scripts/hosting/packet/packet.sh +++ b/scripts/hosting/packet/packet.sh @@ -113,7 +113,7 @@ NETWORK_ARGS="rancher.network.interfaces.bond0.address=$ADDRESS rancher.network. tinkerbell_post 107 -COMMON_ARGS="console=ttyS1,115200n8 rancher.cloud_init.datasources=[packet] ${NETWORK_ARGS}" +COMMON_ARGS="console=ttyS1,115200n8 rancher.autologin=ttyS1 rancher.cloud_init.datasources=[packet] ${NETWORK_ARGS}" if [ "$RAID" = "true" ]; then ros install -f -t raid -i ${INSTALLER_IMAGE} -d ${DEV_PREFIX}a -a "rancher.state.mdadm_scan ${COMMON_ARGS}" --no-reboot else