Merge lp:~thomnico/orange-box/AMT-template-fix into lp:orange-box

Proposed by Nicolas Thomas
Status: Merged
Merged at revision: 516
Proposed branch: lp:~thomnico/orange-box/AMT-template-fix
Merge into: lp:orange-box
Diff against target: 23 lines (+9/-0)
1 file modified
usr/bin/orange-box-apm-power-fix (+9/-0)
To merge this branch: bzr merge lp:~thomnico/orange-box/AMT-template-fix
Reviewer Review Type Date Requested Status
Darryl Weaver Pending
Review via email: mp+240229@code.launchpad.net
To post a comment you must log in.
516. By Darryl Weaver

Nicolas Thomas 2014-10-31 Adding applying the tested AMT template change associated with it

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'usr/bin/orange-box-apm-power-fix'
--- usr/bin/orange-box-apm-power-fix 2014-10-25 00:14:02 +0000
+++ usr/bin/orange-box-apm-power-fix 2014-10-31 09:27:20 +0000
@@ -19,11 +19,20 @@
1919
20set -x20set -x
2121
22if [ ! -f /var/lib/maas/boot-resources/current/syslinux/poweroff-APM.com ]
23then
22cd /srv/data24cd /srv/data
23wget https://launchpadlibrarian.net/187530745/acpioff.c3225wget https://launchpadlibrarian.net/187530745/acpioff.c32
24cd /var/lib/maas/boot-resources/current/syslinux26cd /var/lib/maas/boot-resources/current/syslinux
25sudo mv poweroff.com poweroff-APM.com27sudo mv poweroff.com poweroff-APM.com
26sudo mv /srv/data/acpioff.c32 poweroff.c3228sudo mv /srv/data/acpioff.c32 poweroff.c32
29fi
30
31#fixing the AMT template
32cd /srv/data
33wget https://launchpadlibrarian.net/187911231/not-permitted.patch
34cd /etc/maas/templates/power
35patch < /srv/data/not-permitted.patch
2736
28exit37exit
2938

Subscribers

People subscribed via source and target branches