1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 22:47:16 +00:00

Autologin to ttyS1 in Packet

This commit is contained in:
Josh Curl 2016-10-05 00:49:00 -07:00
parent 897cbb9e9f
commit 8b9edc2836
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677

View File

@ -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