#921556 busybox: Enable more applets to support initramfs-tools

Package:
busybox
Source:
busybox
Description:
Tiny utilities for small and embedded systems
Submitter:
Ben Hutchings
Date:
2022-05-08 20:57:03 UTC
Severity:
wishlist
Tags:
#921556#5
Date:
2019-02-06 18:58:06 UTC
From:
To:
Once we have busybox 1.28.0, we could enable these extra applets on
Linux:

    ipconfig  [CONFIG_IPCONFIG]
    nuke      [CONFIG_NUKE]
    resume    [CONFIG_RESUME]
    run-init  [CONFIG_RUN_INIT]

Ben.

#921556#14
Date:
2019-07-26 13:39:09 UTC
From:
To:
Hi,

CONFIG_NUKE, CONFIG_RESUME, CONFIG_RUN_INIT already enabled.
But CONFIG_IPCONFIG can not enable, because this can not use as source code.

Best regards,
  Nobuhiro

#921556#19
Date:
2022-05-08 20:52:59 UTC
From:
To:
Control: tag -1 + upstream

So this is almost there, except of ipconfig which is not implemented yet.
There's just a wip version, a first draft, klibc-utils/ipconfig.c.txt,
not touched since initial import in Sep-2017.

It's an interesting goal there, to have everything in busybox to stop
providing two libCs and two shells and two everything in initramfs..

Thanks,

/mjt