mirror of
https://github.com/rancher/os-kernel.git
synced 2025-07-31 04:49:40 +00:00
7 lines
125 B
Bash
7 lines
125 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
cp /source/dist/kernel/build-linux-${KERNEL_VERSION}-x86.tar.gz ./images/10-headers/build.tar.gz
|
||
|
|