diff options
| author | Michael Neves | 2012-12-18 18:57:39 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-12-18 18:57:39 +0100 |
| commit | f49b2a66da4dfd6b36abc9b280d7930624f292f4 (patch) | |
| tree | 89dc5f1b79b726b79bffcbd4f59668de81c55436 /remote/tools/systemd/systemd.build | |
| parent | remove --noclear option :-( (diff) | |
| download | tm-scripts-f49b2a66da4dfd6b36abc9b280d7930624f292f4.tar.gz tm-scripts-f49b2a66da4dfd6b36abc9b280d7930624f292f4.tar.xz tm-scripts-f49b2a66da4dfd6b36abc9b280d7930624f292f4.zip | |
commented out agetty noclear option
Diffstat (limited to 'remote/tools/systemd/systemd.build')
| -rw-r--r-- | remote/tools/systemd/systemd.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/systemd.build b/remote/tools/systemd/systemd.build index b38e0ad4..ccdffcc0 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 %I 38400/g" \ +# sed -i.bak "s/ExecStart=-\/sbin\/agetty %I 38400/ExecStart=-\/sbin\/agetty %I 38400 --noclear/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 |
