diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-20 22:01:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-20 22:01:40 +0100 |
commit | 6a860b2ab41a1fd6b1543a09df26527aaa1e4cfb (patch) | |
tree | 80ae0ef29d5e66cf8dda6e46504cd5e2370d5321 /live | |
parent | cd58038c9a8ca6ba9ef75b8d33ecbb7691ca5c36 (diff) | |
download | jenkins.debian.net-6a860b2ab41a1fd6b1543a09df26527aaa1e4cfb.tar.xz |
turn FIXME into wishful comment
Diffstat (limited to 'live')
-rwxr-xr-x | live/config/chroot_local-includes/lib/live/config/9999-autotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live/config/chroot_local-includes/lib/live/config/9999-autotest b/live/config/chroot_local-includes/lib/live/config/9999-autotest index 508c8ce8..e5f484d3 100755 --- a/live/config/chroot_local-includes/lib/live/config/9999-autotest +++ b/live/config/chroot_local-includes/lib/live/config/9999-autotest @@ -3,7 +3,7 @@ SCRIPT=/usr/local/sbin/autotest_remote_shell.py if grep -qw "autotest_never_use_this_option" /proc/cmdline; then - # FIXME: more beautiful solution + # a more beautiful solution is desirable sed -i 's/^exit.*$//' /etc/rc.local echo "( while true ; do python ${SCRIPT} /dev/ttyS0 ; done ) &" >> \ /etc/rc.local |