Merge lp:~dpigott/lava-master-image-scripts/fix-stty-bug into lp:lava-master-image-scripts

Proposed by Dave Pigott
Status: Merged
Merged at revision: 78
Proposed branch: lp:~dpigott/lava-master-image-scripts/fix-stty-bug
Merge into: lp:lava-master-image-scripts
Diff against target: 11 lines (+1/-0)
1 file modified
master-rootfs-extras/lib/lava/lava-master-init (+1/-0)
To merge this branch: bzr merge lp:~dpigott/lava-master-image-scripts/fix-stty-bug
Reviewer Review Type Date Requested Status
Dave Pigott Approve
Review via email: mp+173005@code.launchpad.net

Description of the change

Simple fix to force stty columns to 10000

To post a comment you must log in.
Revision history for this message
Dave Pigott (dpigott) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'master-rootfs-extras/lib/lava/lava-master-init'
2--- master-rootfs-extras/lib/lava/lava-master-init 2013-07-04 10:38:41 +0000
3+++ master-rootfs-extras/lib/lava/lava-master-init 2013-07-04 11:37:27 +0000
4@@ -56,6 +56,7 @@
5 echo "Unable to synchronize time" >&2
6 return 1
7 fi
8+ echo "stty columns 10000" >> /etc/profile
9 # Do disk partitioning
10 echo "Partitioning disk to LAVA format" >> "$LAVA_FIRST_BOOT_LOG"
11 if ! lava-partition-disk -r $LAVA_ROOTFS_SIZE -u $LAVA_USERDATA_SIZE>> "$LAVA_FIRST_BOOT_LOG" 2>&1; then

Subscribers

People subscribed via source and target branches