From 28b102b498903e563dabcf69bcac92c4b64d1e53 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 14 Nov 2012 22:49:52 +0000 Subject: xo4: temporary hack to use less memory in runin (#12285) wad requests the next build reserve 400mb instead of 200mb of RAM as part of #12285 diagnosis. Hack this in place for now. --- diff --git a/modules/xo4/kspost.50.xo4-tweaks.inc b/modules/xo4/kspost.50.xo4-tweaks.inc index 6d435c9..0e66bed 100644 --- a/modules/xo4/kspost.50.xo4-tweaks.inc +++ b/modules/xo4/kspost.50.xo4-tweaks.inc @@ -6,3 +6,6 @@ ln -sf /lib/systemd/system/serial-getty@.service \ mkdir -p /etc/systemd/system/runin.target.wants ln -sf /lib/systemd/system/serial-getty@.service \ /etc/systemd/system/runin.target.wants/serial-getty@ttyS2.service + +# FIXME: remove this once #12285 diagnosis is complete +sed -i -e 's/- 200/- 400/g' /runin/runin-memory -- cgit v0.9.1