move dd and hexdump to base_common

This commit is contained in:
Tobias Powalowski 2022-02-03 07:28:14 +01:00
parent 92cd0e65af
commit 75baadec28
2 changed files with 3 additions and 3 deletions

View file

@ -6,10 +6,10 @@ build ()
apps="getent head id cksum tail tee test tr uptime w who which whoami xargs \
swapon uniq cut seq snarf sort fdisk sfdisk cfdisk parted free less \
chgrp chown date df dialog dmesg egrep fgrep stty sync tar bsdcpio hdparm \
mktemp chroot dirname expr bzip2 hwclock su cpio dd gzip top sdparm tput \
mktemp chroot dirname expr bzip2 hwclock su cpio gzip top sdparm tput \
ifconfig ln losetup mkfifo mknod readlink lzmadec lzop xz last wall mesg utmpdump \
xzdec switch_root pivot_root chcpu ctrlaltdel raw gdisk sgdisk cgdisk fixparts findmnt \
lsblk swaplabel cal chrt col colcrt colrm column fallocate flock getopt hexdump \
lsblk swaplabel cal chrt col colcrt colrm column fallocate flock getopt \
ionice ipcmk ipcrm ipcs isosize swapoff look lscpu mcookie namei prlimit rename \
renice rev script scriptreplay setarch setsid setterm taskset ul unshare \
uuidgen whereis write addpart delpart ldattach partx readprofile rtcwake uuidd \

View file

@ -18,7 +18,7 @@ build ()
### add basic apps
apps="init agetty basename mount umount clear env printf gawk tty bash partprobe cp dir du ls mv rm sed grep \
kill killall more ps pwd rmdir true cat mkdir echo false sleep kmod pidof touch chmod \
find wc wget uname bsdtar yes awk halt shutdown reboot poweroff insmod modprobe sh"
find wc wget uname bsdtar yes awk halt shutdown reboot poweroff insmod modprobe sh dd hexdump"
for i in $apps; do
add_binary "$i"
done