From 3efa9e0af245eefae7910e0a8a1b23bd46123d8e Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 10 Mar 2023 23:14:13 +0000 Subject: [PATCH] restore missing applets --- modules/busybox.nix | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/modules/busybox.nix b/modules/busybox.nix index 503c01d..5bb95ca 100644 --- a/modules/busybox.nix +++ b/modules/busybox.nix @@ -23,25 +23,24 @@ let cfg.applets (a: symlink "${busybox}/bin/busybox"); minimalApplets = [ - # this is probably less minimal than it could be "arch" "ash" - "base64" "basename" "bc" "brctl" "bunzip2" - "bzcat" "bzip2" "cal" "cat" "chattr" "chgrp" "chmod" "chown" - "chpst" "chroot" "clear" "cmp" "comm" "cp" "cpio" "cut" "date" - "dd" "df" "dirname" "dmesg" "du" "echo" "egrep" "env" "expand" - "expr" "false" "fdisk" "fgrep" "find" "free" "fuser" "grep" - "gunzip" "gzip" "head" "hexdump" "hostname" "hwclock" "ifconfig" - "ip" "iplink" "ipneigh" "iproute" "iprule" "kill" "killall" + # this is probably less minimal than it could be + "arch" "ash" "base64" "basename" "bc" "brctl" "bunzip2" "bzcat" + "bzip2" "cal" "cat" "chattr" "chgrp" "chmod" "chown" "chpst" + "chroot" "clear" "cmp" "comm" "cp" "cpio" "cut" "date" "dd" "df" + "dirname" "dmesg" "du" "echo" "egrep" "env" "expand" "expr" + "false" "fdisk" "fgrep" "find" "free" "fuser" "grep" "gunzip" + "gzip" "head" "hexdump" "hostname" "hwclock" "ifconfig" "ip" + "ipaddr" "iplink" "ipneigh" "iproute" "iprule" "kill" "killall" "killall5" "less" "ln" "ls" "lsattr" "lsof" "md5sum" "mkdir" "mknod" "mktemp" "mount" "mv" "nc" "netstat" "nohup" "od" "pgrep" "pidof" "ping" "ping6" "pkill" "pmap" "printenv" "printf" "ps" "pwd" "readlink" "realpath" "reset" "rm" "rmdir" "route" "sed" "seq" "setsid" "sha1sum" "sha256sum" "sha512sum" "sleep" "sort" "stat" "strings" "stty" "su" "sum" "swapoff" "swapon" "sync" - "tail" "tee" "test" "time" "touch" "tr" "traceroute" - "traceroute6" "true" "truncate" "tty" "udhcpc" "udhcpc6" "umount" - "uname" "unexpand" "uniq" "unlink" "unlzma" "unxz" "unzip" - "uptime" "watch" "wc" "whoami" "xargs" "xxd" "xz" "xzcat" "yes" - "zcat" + "tail" "tee" "test" "time" "touch" "tr" "traceroute" "traceroute6" + "true" "truncate" "tty" "udhcpc" "udhcpc6" "umount" "uname" + "unexpand" "uniq" "unlink" "unlzma" "unxz" "unzip" "uptime" + "watch" "wc" "whoami" "xargs" "xxd" "xz" "xzcat" "yes" "zcat" ]; in { options = {