Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fix initrd.sh module path in sys-2-crypt
Browse files Browse the repository at this point in the history
See 4297bf8.
  • Loading branch information
arsv committed Feb 28, 2018
1 parent 88c9b46 commit f770ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-2-crypt/initrd.sh
Expand Up @@ -20,7 +20,7 @@ cp -at initrd/ initrd-dropin/*

kver=4.12.10
kmod=lib/modules/$kver
broot=../buildroot/output/target
broot=../brrootfs

msrc=$broot/lib/modules/$kver/kernel/drivers
mdst=initrd/lib/modules/$kver/kernel/drivers
Expand Down

0 comments on commit f770ac3

Please sign in to comment.