Added strings and ar commands using busybox

This commit is contained in:
fdupoux 2020-01-25 12:13:15 +00:00
parent 35a37d8c59
commit 3785c13dcd
3 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,11 @@
SystemRescueCd ChangeLog
========================
-------------------------------------------------------------------------------
6.0.6:
-------------------------------------------------------------------------------
* Added strings and ar commands using busybox
-------------------------------------------------------------------------------
6.0.5 (2020-01-12):
-------------------------------------------------------------------------------

View file

@ -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

View file

@ -4,6 +4,7 @@ b43-fwcutter
bash
borg
btrfs-progs
busybox
bzip2
chntpw
cifs-utils