summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-09-25 07:26:28 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-25 07:26:28 +0000
commit48914ddcaaf2d4aa1b62f9799a220065e2578b11 (patch)
tree2ab9ce6d8bd74520182c75112fe0cc32fa418b7f /fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh
parent5383bd288bd6915fe706fee3bc09cce2ee015b23 (diff)
parent19353295cc1e3bf5dff72ab48d794087767c62d7 (diff)
Merge "Removed obsolete Fuel patches"
Diffstat (limited to 'fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh')
-rwxr-xr-xfuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh b/fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh
deleted file mode 100755
index bf7591b..0000000
--- a/fuel/build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#/bin/sh
-echo "Changing console speed to 115200 (std is 9600) on bootstrap"
-echo "Old settings"
-dockerctl shell cobbler cobbler profile report --name bootstrap
-echo "Modifying"
-dockerctl shell cobbler cobbler profile edit --name bootstrap --kopts "console=tty0 console=ttyS0,115200" --in-place
-echo "New settings"
-dockerctl shell cobbler cobbler profile report --name bootstrap
-echo "Setting console speed to 115200 on ubuntu_1204_x86_64 (std is no serial console)"
-echo "Old settings"
-dockerctl shell cobbler cobbler profile report --name ubuntu_1204_x86_64
-echo "Modifying"
-dockerctl shell cobbler cobbler profile edit --name ubuntu_1204_x86_64 --kopts "console=tty0 console=ttyS0,115200" --in-place
-echo "New settings"
-dockerctl shell cobbler cobbler profile report --name ubuntu_1204_x86_64