Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't
maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik
This commit is contained in:
parent
53a955786d
commit
e6b9dfa967
@ -37,6 +37,10 @@
|
|||||||
* In 0.43, backspace and delete worked properly, but with 0.45,
|
* In 0.43, backspace and delete worked properly, but with 0.45,
|
||||||
it just echoed a ^? for backspace, and ^H for control-h. This
|
it just echoed a ^? for backspace, and ^H for control-h. This
|
||||||
was due to a broken macro in init.c, that is now fixed.
|
was due to a broken macro in init.c, that is now fixed.
|
||||||
|
* Removed sfdisk from BusyBox. It was buggy, fat, and we really
|
||||||
|
couldn't maintain it very well, so including it was not really
|
||||||
|
very appropriate. Those wanting an fdisk are invited to
|
||||||
|
grab a copy from util-linux.
|
||||||
|
|
||||||
|
|
||||||
-Erik Andersen
|
-Erik Andersen
|
||||||
|
@ -258,9 +258,6 @@ const struct BB_applet applets[] = {
|
|||||||
#ifdef BB_SETKEYCODES
|
#ifdef BB_SETKEYCODES
|
||||||
{"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
|
{"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_SFDISK
|
|
||||||
{"sfdisk", sfdisk_main, _BB_DIR_SBIN},
|
|
||||||
#endif
|
|
||||||
#ifdef BB_SH
|
#ifdef BB_SH
|
||||||
{"sh", shell_main, _BB_DIR_BIN},
|
{"sh", shell_main, _BB_DIR_BIN},
|
||||||
#endif
|
#endif
|
||||||
|
@ -258,9 +258,6 @@ const struct BB_applet applets[] = {
|
|||||||
#ifdef BB_SETKEYCODES
|
#ifdef BB_SETKEYCODES
|
||||||
{"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
|
{"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_SFDISK
|
|
||||||
{"sfdisk", sfdisk_main, _BB_DIR_SBIN},
|
|
||||||
#endif
|
|
||||||
#ifdef BB_SH
|
#ifdef BB_SH
|
||||||
{"sh", shell_main, _BB_DIR_BIN},
|
{"sh", shell_main, _BB_DIR_BIN},
|
||||||
#endif
|
#endif
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
#define BB_RMMOD
|
#define BB_RMMOD
|
||||||
#define BB_SED
|
#define BB_SED
|
||||||
#define BB_SETKEYCODES
|
#define BB_SETKEYCODES
|
||||||
#define BB_SFDISK
|
|
||||||
#define BB_SH
|
#define BB_SH
|
||||||
#define BB_SLEEP
|
#define BB_SLEEP
|
||||||
#define BB_SORT
|
#define BB_SORT
|
||||||
|
Loading…
Reference in New Issue
Block a user