Merge lp:~dweaver/orange-box/orange-box-kiko-patch into lp:orange-box

Proposed by Darryl Weaver
Status: Merged
Merged at revision: 510
Proposed branch: lp:~dweaver/orange-box/orange-box-kiko-patch
Merge into: lp:orange-box
Diff against target: 33 lines (+29/-0)
1 file modified
usr/bin/orange-box-apm-power-fix (+29/-0)
To merge this branch: bzr merge lp:~dweaver/orange-box/orange-box-kiko-patch
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+239627@code.launchpad.net

Description of the change

Orange-box-apm-power-fix to implement kiko's workaround for the No APM present message on intel NUCs booting on the orange-box.
This script only needs to be run once on an effected Orange-Box to patch the MAAS pxe boot files.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'usr/bin/orange-box-apm-power-fix'
--- usr/bin/orange-box-apm-power-fix 1970-01-01 00:00:00 +0000
+++ usr/bin/orange-box-apm-power-fix 2014-10-25 00:35:30 +0000
@@ -0,0 +1,29 @@
1#!/bin/sh
2#
3# orange-box-apm-power-fix - fix for issue with orange-box-apm-power
4# Copyright (C) 2014 Canonical Ltd.
5#
6# Authors: Darryl Weaver <darryl.weaver@canonical.com>
7#
8# This program is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation, version 3 of the License.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20set -x
21
22cd /srv/data
23wget https://launchpadlibrarian.net/187530745/acpioff.c32
24cd /var/lib/maas/boot-resources/current/syslinux
25sudo mv poweroff.com poweroff-APM.com
26sudo mv /srv/data/acpioff.c32 poweroff.c32
27
28exit
29

Subscribers

People subscribed via source and target branches