Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/xo4/kspost.50.xo4-tweaks.inc
blob: d72f834607eef4e5781ce86cfd53c7020b7d5411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 XO-4 bluetooth works better
touch /runin/no-bluetooth
echo "blacklist btmrvl_sdio" > /etc/modprobe.d/btmrvl.conf