mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-04 13:57:29 +00:00
Added strings and ar commands using busybox
This commit is contained in:
parent
35a37d8c59
commit
3785c13dcd
3 changed files with 10 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
SystemRescueCd ChangeLog
|
||||
========================
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
6.0.6:
|
||||
-------------------------------------------------------------------------------
|
||||
* Added strings and ar commands using busybox
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
6.0.5 (2020-01-12):
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ b43-fwcutter
|
|||
bash
|
||||
borg
|
||||
btrfs-progs
|
||||
busybox
|
||||
bzip2
|
||||
chntpw
|
||||
cifs-utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue