diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:09:30 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:12:01 (EST) |
commit | ba640da33567394598184fbf4dc679d398716e48 (patch) | |
tree | e3acf8e9023a5a702b27db4d11c40eec1f14ce6c /src/build/busybox_1.21.1/inittab | |
parent | a6a5a36662cfe8f338d99a7fd738a2125b47461d (diff) |
Update to ppt 3
Diffstat (limited to 'src/build/busybox_1.21.1/inittab')
-rw-r--r-- | src/build/busybox_1.21.1/inittab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/build/busybox_1.21.1/inittab b/src/build/busybox_1.21.1/inittab new file mode 100644 index 0000000..9455f5e --- /dev/null +++ b/src/build/busybox_1.21.1/inittab @@ -0,0 +1,13 @@ +# /etc/inittab + +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK + +tty1::askfirst:/sbin/getty 38400 tty1 +tty2::askfirst:/sbin/getty 38400 tty2 +tty3::askfirst:/sbin/getty 38400 tty3 +tty4::askfirst:/sbin/getty 38400 tty4 +tty5::askfirst:/sbin/getty 38400 tty5 +tty6::askfirst:/sbin/getty 38400 tty6 + +::ctrlaltdel:/sbin/reboot |