mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 10:32:10 +00:00
Add a note about the installed utilities. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
config BR2_PACKAGE_DEBIANUTILS
|
|
bool "debianutils"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Miscellaneous utilities specific to Debian.
|
|
|
|
The specific utilities included are: add-shell installkernel
|
|
ischroot remove-shell run-parts savelog tempfile which.
|
|
|
|
https://tracker.debian.org/pkg/debianutils
|