From 640f54f606f013a93bf0fa8252476c638aa96e3a Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 10 Jan 2024 02:14:57 +0100 Subject: [PATCH] [run_before_squashfs.sh] unset bash_profile handling --- run_before_squashfs.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index 986e309e..25ab9789 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -30,9 +30,6 @@ pacman-key --init pacman-key --populate archlinux endeavouros pacman -Syy -# backup bash_profile for offline installs -cp "/etc/skel/bash_profile" "/tmp/" - # Install liveuser skel (in case of conflicts use overwrite) pacman -U --noconfirm --overwrite "/etc/skel/.bash_profile","/etc/skel/.bashrc" -- "/root/endeavouros-skel-liveuser/"*".pkg.tar.zst" @@ -83,9 +80,6 @@ chmod 644 "/usr/share/endeavouros/backgrounds/"*".png" # reviewing the way we implement custom bashrc (9.1.2023) # cp -af "/home/liveuser/bashrc" "/etc/skel/" -# place bash_profile in calamares/files (offline) -cp "/tmp/bash_profile" "/etc/calamares/files/" - # Move blacklisting nouveau out of ISO (copy back to target for offline installs) mv "/usr/lib/modprobe.d/nvidia-utils.conf" "/etc/calamares/files/nv-modprobe" mv "/usr/lib/modules-load.d/nvidia-utils.conf" "/etc/calamares/files/nv-modules-load"