Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-05-10 20:48:47 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-05-10 20:48:47 (GMT)
commit78b203573123944490985fe732012e25e58f6d28 (patch)
tree75a79c0717ccd76e87aae9a12eefacfba5ab4295
parent377ada1bc21c9b680780ece2cf6bca03dd09c9f5 (diff)
Revert "Enable serial console in runin.target"
This reverts commit 402998161de65f33a3a0d1db4b05630fdda20d59. This breaks the build in some way, will investigate later.
-rw-r--r--modules/xo1_5/kspost.50.xo15-tweaks.inc5
-rw-r--r--modules/xo1_75/kspost.50.xo1_75-tweaks.inc5
2 files changed, 0 insertions, 10 deletions
diff --git a/modules/xo1_5/kspost.50.xo15-tweaks.inc b/modules/xo1_5/kspost.50.xo15-tweaks.inc
index cffd9c6..cb50885 100644
--- a/modules/xo1_5/kspost.50.xo15-tweaks.inc
+++ b/modules/xo1_5/kspost.50.xo15-tweaks.inc
@@ -1,8 +1,3 @@
# enable serial console on ttyS0
ln -sf /lib/systemd/system/serial-getty@.service \
/etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service
-
-# enable serial console for runin too
-mkdir -p /etc/systemd/system/runin.target.wants
-ln -sf /lib/systemd/system/serial-getty@.service \
-       /etc/systemd/system/runin.target.wants/serial-getty@ttyS0.service
diff --git a/modules/xo1_75/kspost.50.xo1_75-tweaks.inc b/modules/xo1_75/kspost.50.xo1_75-tweaks.inc
index b253fea..ae5e726 100644
--- a/modules/xo1_75/kspost.50.xo1_75-tweaks.inc
+++ b/modules/xo1_75/kspost.50.xo1_75-tweaks.inc
@@ -1,8 +1,3 @@
# enable serial console on ttyS2
ln -sf /lib/systemd/system/serial-getty@.service \
/etc/systemd/system/getty.target.wants/serial-getty@ttyS2.service
-
-# enable serial console for runin too
-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