From 3785c13dcd1c43035a648dd5264dcd325de6c3af Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sat, 25 Jan 2020 12:13:15 +0000 Subject: [PATCH] Added strings and ar commands using busybox --- ChangeLog | 5 +++++ airootfs/root/customize_airootfs.sh | 4 ++++ packages.x86_64 | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 226bb53..db9d7b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ SystemRescueCd ChangeLog ======================== +------------------------------------------------------------------------------- +6.0.6: +------------------------------------------------------------------------------- +* Added strings and ar commands using busybox + ------------------------------------------------------------------------------- 6.0.5 (2020-01-12): ------------------------------------------------------------------------------- diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 3203598..fa8795b 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -40,6 +40,10 @@ systemctl enable sysresccd-initialize.service systemctl enable sysresccd-autorun.service systemctl set-default multi-user.target +# Provide additional commands (using busybox instead of binutils to save space) +ln -s /usr/bin/busybox /usr/bin/ar +ln -s /usr/bin/busybox /usr/bin/strings + # Cleanup find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete rm -rf /usr/share/gtk-doc /usr/share/doc /usr/share/keepassxc/docs/*.pdf diff --git a/packages.x86_64 b/packages.x86_64 index ce75433..5f654ad 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -4,6 +4,7 @@ b43-fwcutter bash borg btrfs-progs +busybox bzip2 chntpw cifs-utils