From 1df64290faf8fcc5dfca8cac2c8877b133606e67 Mon Sep 17 00:00:00 2001 From: "Gerd v. Egidy" Date: Sun, 2 Oct 2022 15:26:10 +0200 Subject: [PATCH] use binutils ar and strings commands The binutils package is installed in SystemRescue for some time, so actually use it. The busybox ar is inferior to the binutils one, causing problems when building some packages with yay. --- airootfs/root/customize_airootfs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 858af9f..fdb6535 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -59,10 +59,6 @@ systemctl mask ldconfig.service /usr/bin/pacman-key --populate rm -f /etc/pacman.d/gnupg/*~ -# Provide additional commands (using busybox instead of binutils to save space) -ln -sf /usr/bin/busybox /usr/local/bin/ar -ln -sf /usr/bin/busybox /usr/local/bin/strings - # Cleanup find /usr/lib -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete find /usr/lib -type f,l -name '*.a' -delete