Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'cb-linux:main' into add-hostname-to-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
runcros authored Jun 24, 2022
2 parents d1dbe1e + 474cfb4 commit 4e626d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function extractModules {

sudo mkdir -p ${MNT}/lib/modules
mkdir -p modules || sudo rm -rf modules; sudo mkdir -p modules
sudo tar xvpf modules.tar.xz -C modules
sudo tar xvpf modules.tar.xz -C modules || echo "This seems to be a malformed modules.tar.xz archive. Try removing ~/linux-build and rerunning this script."
sudo rm -rf ${MNT}/lib/modules/*
sudo cp -rv modules/lib/modules/* ${MNT}/lib/modules
syncStorage
Expand Down

0 comments on commit 4e626d7

Please sign in to comment.