diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 05:33:52 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 05:54:37 (EST) |
commit | 97141c071bd59213300307e858dbd546fce786a3 (patch) | |
tree | 7134be3341ede59a16a68c3b54b0ef15682f96fa /src/build | |
parent | c2306f56259534face7f2fc553c991c9b6f1ab64 (diff) |
base: Download and run test bench on boot
Diffstat (limited to 'src/build')
-rw-r--r-- | src/build/busybox_1.32.1/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/busybox_1.32.1/inittab b/src/build/busybox_1.32.1/inittab index 9455f5e..a213ca0 100644 --- a/src/build/busybox_1.32.1/inittab +++ b/src/build/busybox_1.32.1/inittab @@ -3,7 +3,7 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/etc/init.d/rcK -tty1::askfirst:/sbin/getty 38400 tty1 +tty1::respawn:/usr/sbin/gettestbench tty2::askfirst:/sbin/getty 38400 tty2 tty3::askfirst:/sbin/getty 38400 tty3 tty4::askfirst:/sbin/getty 38400 tty4 |