changes to the initramfs. very specific changes to included kernel modules.
This commit is contained in:
@@ -6,7 +6,7 @@ mkdir -p ./dependencies
|
||||
rootdir=$(dirname "$0")
|
||||
dir=./$(dirname "$0")
|
||||
cd dependencies
|
||||
[[ -d ./linux ]] || git clone --depth 1 https://github.com/torvalds/linux.git ./linux
|
||||
[[ -d ./linux ]] || git clone --depth 5 https://github.com/gregkh/linux.git ./linux
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
echo $PWD
|
||||
|
||||
Reference in New Issue
Block a user