mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
Infix integration of klish and klish-plugin-sysrepo. Initially we add: More flexible management of running vs. startup: Instead of always committing changes both to running and startup, commit only modifies running. To persist changes to startup, the copy command is introduced. This lets the user copy from factory/startup/running to startup/running at any time. Well-known verbs like abort, leave, end, etc.
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
config BR2_PACKAGE_KLINFIX
|
|
bool "klinfix"
|
|
select BR2_PACKAGE_KLISH
|
|
select BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
|
|
select BR2_PACKAGE_SYSREPO
|
|
help
|
|
A plugin to klish with an opinionated config and some
|
|
command extensions, suitable for systems running Infix.
|