kiwi-el8/tools
Marcus Schäfer e84af73fc2
Fixed strncopy in dcounter helper
The max size of the copy operation was always set to zero
because the strlen of an empty buffer is zero. Bad mistake
from my side :( This Fixes #1579
2020-10-13 09:25:35 +02:00
..
dcounter.c Fixed strncopy in dcounter helper 2020-10-13 09:25:35 +02: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.md Refactor kernel version lookup 2020-01-11 22:31:02 +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