canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #06896
[Merge] ~kevinyeh/hwcert-jenkins-jobs:avoid-boot-oem-kernel into hwcert-jenkins-jobs:master
Kevin Yeh has proposed merging ~kevinyeh/hwcert-jenkins-jobs:avoid-boot-oem-kernel into hwcert-jenkins-jobs:master.
Commit message:
fix the indention.
Requested reviews:
Kevin Yeh (kevinyeh)
For more details, see:
https://code.launchpad.net/~kevinyeh/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/427178
--
Your team hwcert-jenkins is subscribed to branch hwcert-jenkins-jobs:master.
diff --git a/jobs/sru/run-sru.sh b/jobs/sru/run-sru.sh
index d9c73f1..31da338 100644
--- a/jobs/sru/run-sru.sh
+++ b/jobs/sru/run-sru.sh
@@ -218,7 +218,7 @@ cat > job.yaml <<EOF
_run sudo amixer -c 1 set Master unmute
_run sudo amixer -c 1 set Master 100
_run sudo amixer -c 1 set Speaker 100
- # avoid system boot from oem-kernel
+ # avoid system boot from oem-kernel
_run sudo rm /etc/default/grub.d/oem-flavour.cfg
_run sudo update-grub2
_run sudo reboot
References