Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/xo4/kspost.50.xo4-tweaks.inc
blob: 812481b7e3d6bef87a696cd2e94a60c1f82cf38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

# FIXME: remove this once #12285 diagnosis is complete
sed -i -e 's/- 200/- 400/g' /runin/runin-memory

# FIXME: remove this once XO-4 suspend works better
touch /runin/no-suspend