diff options
Diffstat (limited to 'schulung_tools/rootfs_basic/scripts/unpack_kernel.sh')
| -rwxr-xr-x | schulung_tools/rootfs_basic/scripts/unpack_kernel.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schulung_tools/rootfs_basic/scripts/unpack_kernel.sh b/schulung_tools/rootfs_basic/scripts/unpack_kernel.sh new file mode 100755 index 0000000..398ca5f --- /dev/null +++ b/schulung_tools/rootfs_basic/scripts/unpack_kernel.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +cat linux-4.15.5.tar.xz | xz -d -c | tar -x -f - |
