Skip to content

Commit

Permalink
[run_before_squashfs.sh] little cleanup removed unused snipped 8168 d…
Browse files Browse the repository at this point in the history
…rivers..
  • Loading branch information
killajoe authored Sep 15, 2024
1 parent 750a82d commit 3b3e10b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,9 @@ cp -af "/root/filebackups/"{".bashrc",".bash_profile"} "/etc/skel/"
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"
# Get extra drivers
mkdir "/opt/extra-drivers"
pacman -Syy
# pacman -Sw --noconfirm --cachedir "/opt/extra-drivers" r8168
# get needed packages for offline installs
mkdir -p "/usr/share/packages"
pacman -Syy
pacman -Sw --noconfirm --cachedir "/usr/share/packages" grub eos-dracut kernel-install-for-dracut os-prober xf86-video-intel
# Clean pacman log and package cache
Expand Down

0 comments on commit 3b3e10b

Please sign in to comment.