restore missing applets

This commit is contained in:
Daniel Barlow 2023-03-10 23:14:13 +00:00
parent f2d1789ad7
commit 3efa9e0af2

View file

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