~dpigott/lava-master-image-scripts/fix-stty-bug

« back to all changes in this revision

Viewing changes to master-rootfs-extras/lib/lava/lava-master-init

  • Committer: dave.pigott at linaro
  • Date: 2013-07-04 11:34:29 UTC
  • Revision ID: dave.pigott@linaro.org-20130704113429-zj4s8kwtdml3joyv
apply stty columns fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        echo "Unable to synchronize time" >&2
57
57
        return 1
58
58
    fi
 
59
    echo "stty columns 10000" >> /etc/profile
59
60
    # Do disk partitioning
60
61
    echo "Partitioning disk to LAVA format" >> "$LAVA_FIRST_BOOT_LOG"
61
62
    if ! lava-partition-disk -r $LAVA_ROOTFS_SIZE -u $LAVA_USERDATA_SIZE>> "$LAVA_FIRST_BOOT_LOG" 2>&1; then