summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorMichael Neves2012-12-18 18:48:58 +0100
committerMichael Neves2012-12-18 18:48:58 +0100
commita0df4a5eceefd126d5772ba6116d459429c56f4c (patch)
tree5e4d1293d802dbecc128da3c9522a4d9e3cb1134 /remote
parentminor (diff)
downloadtm-scripts-a0df4a5eceefd126d5772ba6116d459429c56f4c.tar.gz
tm-scripts-a0df4a5eceefd126d5772ba6116d459429c56f4c.tar.xz
tm-scripts-a0df4a5eceefd126d5772ba6116d459429c56f4c.zip
remove --noclear option :-(
Diffstat (limited to 'remote')
-rw-r--r--remote/tools/systemd/systemd.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/systemd.build b/remote/tools/systemd/systemd.build
index c5e7e67a..b38e0ad4 100644
--- a/remote/tools/systemd/systemd.build
+++ b/remote/tools/systemd/systemd.build
@@ -41,7 +41,7 @@ post_copy() {
ln -s ../debug-shell.service $INIT_DIR/etc/systemd/system/sysinit.target.wants
# dont clear systemd log at startup
- sed -i.bak "s/ExecStart=-\/sbin\/agetty %I 38400/ExecStart=-\/sbin\/agetty --noclear %I 38400/g" \
+ sed -i.bak "s/ExecStart=-\/sbin\/agetty %I 38400/ExecStart=-\/sbin\/agetty %I 38400/g" \
$INIT_DIR/usr/lib/systemd/system/getty@.service
sed -i.bak "s/TTYVTDisallocate=yes/TTYVTDisallocate=no/g" \
$INIT_DIR/usr/lib/systemd/system/getty@.service