kiwi-el8/tools
Marcus Schäfer 36077bb4ce
Partially revert dcounter.c flaw report
I could not find a problem with this read call
it does check on the buffer boundaries and it
only writes the bytes that read returns until
read returns <= 0
2020-11-18 13:33:09 +01:00
..
dcounter.c Partially revert dcounter.c flaw report 2020-11-18 13:33:09 +01:00
isconsole.c Move all build and install tasks to setup.py 2016-05-30 19:07:49 +02:00
Makefile Cleanup setup.py 2020-07-03 10:27:57 +02:00
README.rst Move tools README to ReST 2020-11-17 17:13:47 +01:00
utimer.c Move all build and install tasks to setup.py 2016-05-30 19:07:49 +02:00

KIWI - tools
============

this directory contains helper scripts and programs around
the kiwi image technology. If you need them in your image
just set the package kiwi-tools in your config.xml file

* /usr/bin/utimer
  run a timer process like the kernel

* /usr/bin/dcounter
  a small program to count bytes on a transfer so that you
  can show a progress information about the transfer

* /usr/bin/isconsole
  a small program sending the KDGETMODE ioctl to /dev/console
  in order to check if we can fbiterm on that console