0
0
mirror of https://github.com/openwrt/packages.git synced 2025-09-26 08:15:21 +00:00
Files
Maxim Storchak 2a1e7734ed lvm2: disable readline and interactive shell
remove support of interactive mode in /sbin/lvm

Benefits:
- drop dependency on readline and ncurses (-700kb if there are no other users of these libs)
- shrink the lvm binary itself (-260k)

Drawback:
- lose interactive shell:
lvm> vgchange -ay
  4 logical volume(s) in volume group "vg0" now active
lvm>

"lvm <subcommand> --params" and "<subcommand> --params" entry points are still available

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2025-09-25 12:54:52 +01:00
..